All Projects → CorentinB → YouTube-MA

CorentinB / YouTube-MA

Licence: GPL-3.0 license
💾 YouTube video metadata archiver written in Golang

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to YouTube-MA

MangDL
The most inefficient Manga downloader for PC
Stars: ✭ 40 (+135.29%)
Mutual labels:  metadata, scraper
dart-tags
ID3 Tag parser written on the pure dart language.
Stars: ✭ 35 (+105.88%)
Mutual labels:  metadata, metadata-extraction
lezhin-comics-downloader
📥 Downloader for lezhin comics
Stars: ✭ 30 (+76.47%)
Mutual labels:  scraper, downloader
Scrape
Distributed Scraper
Stars: ✭ 65 (+282.35%)
Mutual labels:  metadata, scraper
lux
👾 Fast and simple video download library and CLI tool written in Go
Stars: ✭ 19,266 (+113229.41%)
Mutual labels:  scraper, downloader
Image search
Python Library to download images and metadata from popular search engines.
Stars: ✭ 86 (+405.88%)
Mutual labels:  metadata, scraper
Website-downloader
💡 Download the complete source code of any website (including all assets). [ Javascripts, Stylesheets, Images ] using Node.js
Stars: ✭ 615 (+3517.65%)
Mutual labels:  scraper, downloader
LLVM-Metadata-Visualizer
LLVM Metadata Visualizer
Stars: ✭ 20 (+17.65%)
Mutual labels:  metadata, metadata-extraction
vsco-scraper
Easily allows for scraping a VSCO
Stars: ✭ 106 (+523.53%)
Mutual labels:  scraper, downloader
saveddit
Bulk Downloader for Reddit
Stars: ✭ 130 (+664.71%)
Mutual labels:  scraper, downloader
Emby.plugins.javscraper
Emby/Jellyfin 的一个日本电影刮削器插件,可以从某些网站抓取影片信息。
Stars: ✭ 864 (+4982.35%)
Mutual labels:  metadata, scraper
ArchiverForGooglePhotos
A tool to maintain an archive/mirror of your Google Photos library for backup purposes.
Stars: ✭ 104 (+511.76%)
Mutual labels:  downloader, archiver
Irs
🎸 🎶 A music downloader that understands your metadata needs.
Stars: ✭ 268 (+1476.47%)
Mutual labels:  metadata, downloader
Unfurl
Scraper for oEmbed, Twitter Cards and Open Graph metadata - fast and Promise-based ⚡️
Stars: ✭ 193 (+1035.29%)
Mutual labels:  metadata, scraper
go-xmp
A native Go SDK for the Extensible Metadata Platform (XMP)
Stars: ✭ 36 (+111.76%)
Mutual labels:  metadata, metadata-extraction
tinyPornManager
Made for pornhub. Fork from tinyMediaManager v3
Stars: ✭ 57 (+235.29%)
Mutual labels:  metadata, scraper
database-metadata-bind
A library for binding information from java.sql.DatabaseMetadata
Stars: ✭ 17 (+0%)
Mutual labels:  metadata, metadata-extraction
oge
Page metadata as a service
Stars: ✭ 22 (+29.41%)
Mutual labels:  metadata, scraper
fansly
Simply scrape / download all the media from an fansly account
Stars: ✭ 351 (+1964.71%)
Mutual labels:  scraper, downloader
4scanner
Continuously search imageboards threads for images/webms and download them
Stars: ✭ 103 (+505.88%)
Mutual labels:  scraper, downloader

forthebadgeforthebadge Build Status Go Report Card Codacy Badge

YouTube-MA

💾 Light and fast YouTube metadata archiver written in Golang

Usage

First download the latest release from https://github.com/CorentinB/youtube-ma/releases Make it executable with:

chmod +x youtube-ma

Then here is an example of usage with a single ID:

./youtube-ma MPBfVp0tB8E

But you can also use a list of IDs, be carefull to have an ID per line, no complete URL.

./youtube-ma my_list.txt 32

Here 32 is the number of goroutines maximum that can be run at the same time, it'll depend on your system, as it's also linked to a certain number of files opened at the same time, that could be limited by your system's configuration. If you want to use a bigger value, tweak your system, such as ulimit. Default for this value if you don't precise any value is 16, should be safe in most system.

Example

example

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].