mirror of
https://github.com/Mestik78/ytm-download.git
synced 2026-04-22 19:16:20 +02:00
No description
- Python 100%
| .gitignore | ||
| artists.txt | ||
| GEMINI.md | ||
| Historial.md | ||
| Readme.md | ||
| ytm-discography.py | ||
YT Discography downloader
Metadatos
- [x] Title
- [x] Arist
- [x] Album
- [ ] Album Artist
- [ ] Track Number
- [-] Disc Number
- [x] Year
- [x] Date
- [-] Genre
Docs
yt-dlp --skip-download --print "Title: %(track,title)s"
--print "Artist: %(artist,uploader)s"
--print "Album: %(album)s"
--print "Album Artist: %(album_artist)s"
--print "Track Number: %(track_number)s"
--print "Disc Number: %(disc_number)s"
--print "Year: %(release_year,upload_date>.4)s"
--print "Date: %(release_date,upload_date)s"
--print "Genre: %(genre)s"
"https://music.youtube.com/watch?v=holLqVAzZjE&list=OLAK5uy_mZjHz8QDQM-JqxQadjwaiw78DGMpllxLU"