yt-dlc/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
2019-04-27 09:09:54 +01:00
..
downloader [download/external] pass rtmp_conn to ffmpeg 2019-04-02 22:41:23 +01:00
extractor [youtube] Extract additional meta data from video description on youtube music videos 2019-04-27 09:09:54 +01:00
postprocessor [postprocessor/ffmpeg] Fix avconv processing broken in #19025 (closes #19067) 2019-01-30 06:15:23 +07:00
YoutubeDL.py [YoutubeDL] Add ffmpeg_location to post processor options (closes #20532) 2019-04-02 01:29:44 +07:00
__init__.py Check for valid --min-sleep-interval when --max-sleep-interval is specified 2019-03-21 22:55:03 +07:00
__main__.py
aes.py Switch codebase to use compat_b64decode 2018-01-23 22:23:12 +07:00
cache.py
compat.py Start moving to ytdl-org 2019-03-11 04:00:54 +07:00
jsinterp.py
options.py Start moving to ytdl-org 2019-03-11 04:00:54 +07:00
socks.py
swfinterp.py
update.py [update] Hide update URLs behind redirect 2019-03-17 07:08:20 +07:00
utils.py [utils] Improve int_or_none and float_or_none (#20403) 2019-03-23 01:08:54 +07:00
version.py release 2019.04.24 2019-04-24 10:05:54 +07:00