aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/youtube.py
AgeCommit message (Collapse)Author
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)
2017-10-27[youtube] Restrict embed regex (#14600)Sergey M․
2017-10-17[youtube] replace youtube redirect urls in description(fixes #14517)Remita Amine
2017-10-14[youtube] Fix relative URLs in descriptionSergey M․
2017-10-11Remove YoutubeSharedVideoIE https://github.com/rg3/youtube-dl/issues/14303Khang Nguyen
2017-10-09Fix some regexesSergey M․
2017-10-07[youtube] Add support for hooktube.com (closes #14437)Sergey M․
2017-09-06[youtube] Separate methods for embeds extractionSergey M․
2017-09-02[youtube] Force old layout for each webpage (closes #14083)Sergey M․
2017-08-31[youtube] Fix upload date extraction (closes #14065)Sergey M․
2017-08-27[youtube] Fix extraction with --youtube-skip-dash-manifest enabled (closes ↵Sergey M․
#14037)
2017-08-26[youtube] Fix controversy videos extraction (closes #14027, closes #14029)Sergey M․
2017-07-15[youtube] PEP 8Sergey M․
2017-07-14[youtube] Don't capture YouTube Red ad for creator meta field (closes #13621)Sergey M․
2017-06-23[youtube] Adapt to new automatic captions rendition (closes #13467)Sergey M․
2017-06-01[youtube] Improve chapters extraction (closes #13247)Sergey M․
2017-05-28[youtube] Parse player_url if format URLs are encrypted or DASH MPDs are ↵Yen Chi Hsuan
requested Fixes #13211
2017-05-26Revert "[youtube] Don't use the DASH manifest from 'get_video_info' if ↵Yen Chi Hsuan
'use_cipher_signature' is True (#5118)" This reverts commit 87dc451108b278eb5e5600a0159bdbd337272392.
2017-05-21[youtube] ModernizeSergey M․
2017-05-21[youtube] Fix DASH manifest signature decryption (closes #8944)Protuhj
2017-05-07[youtube] Fix TFA (#12927)Sergey M․
2017-05-06[youtube] Fix authentication (closes #12927)Sergey M․
2017-05-06[youtube] Extract chaptersSergey M․
2017-04-28[youtube] Recognize another HTML5 player URL (#12885)Yen Chi Hsuan
2017-04-28[youtube] Recognize new locale-based player URLs (fixes #12885)Yen Chi Hsuan
2017-04-11[youtube] improve m3u8 format extractionRemita Amine
2017-04-11[youtube] Remove explicit preference for audio-only and video-only formatsSergey M․
In order not to break sorting when new formats appear
2017-03-25[youtube] Improve _VALID_URLs (closes #12538)Sergey M․
2017-03-02[youtube] Mark errors about rental videos as expectedYen Chi Hsuan
Closes #12324
2017-02-28[youtube:playlist] Recognize another playlist pattern (closes #11928, closes ↵Sergey M․
#12286)
2017-02-27[youtube:channel] Remove duplicate testSergey M․
2017-02-26[youtube] Raise GeoRestrictedErrorSergey M․
2017-02-12[youtube] Fix parsing codecs (closes #12091)Sergey M․
2017-02-03[youtube] add format info for itag 325 and 328Remita Amine
2017-02-03[youtube] Fix ytsearch* when cookies are providedYen Chi Hsuan
Closes #11924 The API with `page` is no longer used in browsers, and YouTube always returns {'reload': 'now'} when cookies are provided. See http://youtube.github.io/spfjs/documentation/start/ for how SPF works. Basically appending static link with a `spf` parameter yields the corresponding dynamic link.
2017-02-02[youtube:playlist] Recognize TL playlists (closes #11945)Sergey M․