aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/youtube.py
AgeCommit message (Collapse)Author
2019-04-30[youtube] Remove info el for get_video_info requestSergey M․
Since it does not work for quite a long time
2019-04-30[youtube] Improve extraction robustnessSergey M․
Fail on missing token only when no formats found
2019-04-28[youtube] extract album from Music in this video section(#20301)Remita Amine
2019-04-27[youtube] improve Youtube Music Auto-generated description parsing(closes ↵Remita Amine
#20742)
2019-04-27[youtube] Extract additional meta data from video description on youtube ↵quinlander
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-24[youtube] Fix extraction (closes #20758, closes #20759, closes #20761, ↵Sergey M․
closes #20762, closes #20764, closes #20766, closes #20767, closes #20769, closes #20771, closes #20768, closes #20770)
2019-04-22[youtube] raise ExtractorError when no data available(#20737)Remita Amine
2019-04-05[youtube] extract srv[1-3] subtitle formats(#20566)Remita Amine
2019-03-17[youtube] Add support for invidiou.sh (#20309)utlasidyo
2019-03-11Start moving to ytdl-orgSergey M․
2019-03-03[youtube] Add more invidious instancesdimqua
See [Invidious-Instances](https://github.com/omarroth/invidious/wiki/Invidious-Instances) for the reference.
2019-01-17[youtube] Extend JS player signature function name regexes (closes #18890, ↵Sergey M․
closes #18891, closes #18893)
2019-01-16[youtube] Update tests and add a tests for #18804Sergey M․
2019-01-16[youtube] Skip unsupported adaptive stream type (#18804)Sergey M․
2019-01-16[youtube] Extract DASH formats from player response (closes #18804)Sergey M․
2019-01-10[youtube] Extract live HLS URL from player response (closes #18799)Sergey M․
2018-12-31[youtube] Unescape HTML for series (closes #18641)Sergey M․
2018-12-26[youtube] extract more format metadataRemita Amine
2018-12-26[youtube] detect DRM protected videos(#1774)Remita Amine
2018-12-23[youtube] Relax html5 player regexes (closes #18465, closes #18466)Sergey M․
2018-12-23[youtube] Extend html5 player regex (closes #17516)Sergey M․
2018-12-16[youtube] Fix mark watched (closes #18546)Sergey M․
2018-12-15[youtube] Fix multifeed extraction (closes #18531)Sergey M․
2018-11-07[youtube] Add another JS signature function name regex (closes #18091, ↵Sergey M․
closes #18093, closes #18094)
2018-11-05[youtube:playlist] Add support for invidio.us (closes #18077)Sergey M․
2018-11-03[youtube] Add fallback metadata extraction from videoDetails (closes #18052)Sergey M․
2018-09-24[youtube] Add support for invidio.us (closes #17613)Sergey M․
2018-09-17[youtube] Don't pollute default query dict (closes #17593)Sergey M․
2018-09-15[youtube] Extract channel meta fields (closes #9676, closes #12939)Sergey M․
2018-09-08[youtube] Fix extraction (closes #17457, closes #17464)Sergey M․
2018-08-28[youtube:playlist] Add support for music album playlists (OLAK5uy_ prefix) ↵Sergey M․
(closes #17361)
2018-07-05[youtube] Improve login error handling (closes #13822)Sergey M․
2018-06-03[youtube] Update testsSergey M․
2018-06-03[youtube] Move metadata extraction after video availability checkSergey M․
2018-06-03[youtube] Extract track and artistSergey M․
2018-05-26remove unnecessary assignment parenthesisRemita Amine
2018-05-16[youtube] fix hd720 format positionRemita Amine
2018-05-14[youtube] Improve format filesize extraction (#16453)Sergey M․
2018-05-13[youtube] Make uploader extraction non fatal (#16444)Sergey M․
2018-05-13[youtube] fix extraction for embed restricted live streams(fixes #16433)Remita Amine
2018-04-29[youtube] Correctly disable polymer on all requestsNiklas Haas
Rather than just the one that use the _download_webpage helper. The need for this was made apparent by 0fe7783e, which refactored _download_json in a way that completely avoids the use of _download_webpage, thus breaking youtube. Fixes #16323
2018-04-22[youtube] Add ability to authenticate with cookiesSergey M․
2018-04-22[youtube:feed] Implement lazy playlist extraction (closes #10184)Sergey M․
2018-02-23[ytsearch] Fix flat title extraction (closes #11260, closes #15681)Sergey M․
2018-02-15[youtube] Handle shared URLs with generic extractor (closes #14303)Sergey M․
2018-02-04[youtube] Enforce using chunked HTTP downloading for DASH formatsSergey M․
2018-01-25[youtube] Extract precise error messages (closes #15284)Yen Chi Hsuan
2018-01-20[youtube:live] Improve live detection (closes #15365)Sergey M․
2018-01-14[youtube] Fix live streams extraction (closes #15202)Sergey M․
2017-12-19[youtube] Extract uploader, uploader_id and uploader_url for playlists ↵Sergey M․
(#11427, #15018)