You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
l1ving_youtube-dl/youtube_dl
quinlander 5caabd3c70 [youtube] Extract additional meta data from video description on youtube music videos
YouTube music videos often have auto-generated video descriptions that can be
utilized to extract additional information about the video. This is desirable
in order to provide the user with as much meta data as possible. This commit
adds extraction methods for the following fields for youtube music videos:
- artist (fallback extraction methods added)
- track (fallback extraction methods added)
- album (new in this commit)
- release_date (new in this commit)
- release_year (new in this commit)

4 tests have been added to test this new functionality:
- YoutubeIE tests 27, 28, 29, and 30

Resolves: #20599
5 years ago
..
downloader [download/external] pass rtmp_conn to ffmpeg 5 years ago
extractor [youtube] Extract additional meta data from video description on youtube music videos 5 years ago
postprocessor [postprocessor/ffmpeg] Fix avconv processing broken in #19025 (closes #19067) 5 years ago
YoutubeDL.py [YoutubeDL] Add ffmpeg_location to post processor options (closes #20532) 5 years ago
__init__.py Check for valid --min-sleep-interval when --max-sleep-interval is specified 5 years ago
__main__.py
aes.py Switch codebase to use compat_b64decode 6 years ago
cache.py
compat.py Start moving to ytdl-org 5 years ago
jsinterp.py
options.py Start moving to ytdl-org 5 years ago
socks.py
swfinterp.py
update.py [update] Hide update URLs behind redirect 5 years ago
utils.py [utils] Improve int_or_none and float_or_none (#20403) 5 years ago
version.py release 2019.04.24 5 years ago