aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/youtube.py
AgeCommit message (Expand)Author
2015-12-20[youtube] Generalize playlists extractorSergey M․
2015-12-20Rename error_to_str to error_to_compat_strSergey M․
2015-12-20Properly convert errors to stringsSergey M․
2015-12-14[youtube] Extract alt_title and creator for music videos (Closes #7862)Sergey M․
2015-11-30[youtube] Clarify itag 272 possible resolutions (#7699)Sergey M․
2015-11-29[youtube:playlist] Extend _VALID_URLSergey M․
2015-11-29[youtube] Extend _VALID_URL (Closes #7694)Sergey M․
2015-11-29[youtube] Simplify and make sure header values are stringsYen Chi Hsuan
2015-11-29[youtube] Disable compression for live streamsYen Chi Hsuan
2015-11-28[youtube] Clarify rationale for yt:stretch validationSergey M․
2015-11-28[youtube] Use the existing `w` and `h` variablesLukáš Lalinský
2015-11-28[youtube] Ignore yt:stretch with zero width/heightLukáš Lalinský
2015-11-23Switch codebase to use sanitized_Request instead ofSergey M?
2015-11-23[youtube] Fix testSergey M․
2015-11-23[youtube] Fix testSergey M․
2015-11-23[youtube] Clarify ytplayer.config extraction rationaleSergey M․
2015-11-23[youtube] Add test with '};' in tagsSergey M․
2015-11-23[youtube] Improve ytplayer.config extractionSergey M․
2015-11-23Merge pull request #7599 from lalinsky/fix-youtubeSergey M
2015-11-22[youtube] Send the list of patterns directly to _search_regexLukáš Lalinský
2015-11-22[youtube] Fall back to the original regex for ytplayer.configLukáš Lalinský
2015-11-22[youtube] More explicit player config JSON extraction (fixes #7468)Lukáš Lalinský
2015-11-22[youtube] Add test for multi page list of playlistsSergey M․
2015-11-22[youtube] Extract base for entry list extractors and support multi page lists...Sergey M․
2015-11-22[youtube:show] Rework in terms of playlists base extractorSergey M․
2015-11-22[youtube:user:playlists] Add extractor (Closes #3817)Sergey M․
2015-11-18[youtube:playlist] fix title extraction (fixes #7544 and #7545)Jaime Marquínez Ferrándiz
2015-11-10[youtube] Support new base.js html5 playerYen Chi Hsuan
2015-11-04[youtube] Clarify rationale for preferring a video info with token (#7362)Sergey M․
2015-11-04[youtube] Prefer video_info with token availableSergey M․
2015-10-23[youtube:channel] Support age restricted channels (fixes #7277)Jaime Marquínez Ferrándiz
2015-10-23[youtube:channel] Fix testJaime Marquínez Ferrándiz
2015-10-18[youtube] Generalize playlist entries extraction (Closes #6699, closes #6992)Sergey M․
2015-09-14[youtube:channel] Correct 404 handlingPhilipp Hagemeister
2015-09-14[youtube:truncated_url] Add ?t=Philipp Hagemeister
2015-09-07[youtube:shows] Use httpsJaime Marquínez Ferrándiz
2015-09-07[youtube] fix show extraction (fixes #4841)remitamine
2015-09-06[youtube] Use encode_dictSergey M․
2015-08-30[youtube] Simplify and extract more metadata from url_encoded_fmt_stream_map ...Sergey M․
2015-08-30[youtube] Fix missing format details for 60fps DASH formatsAnssi Hannula
2015-08-26[youtube] Adapt player version regex to handle urls ending in '/html5player-n...Jaime Marquínez Ferrándiz
2015-08-17[youtube] Expand _VALID_URL to support vid.plusSergey M․
2015-08-16[youtube:search_url] Fix extraction (Closes #6578)Sergey M․
2015-08-15[youtube] Simplify two-factor authenticationSergey M․
2015-08-15[youtube] Fix two-factor authenticationreddraggone9
2015-08-12[youtube] Update testsSergey M․
2015-08-11[youtube] Add age limit to testsSergey M․
2015-08-11[youtube] Skip download for multiple v= testSergey M․
2015-08-10[youtube] Use the first v= argument in the URLPuck Meerburg
2015-07-29Merge remote-tracking branch 'dstftw/multifeed-videos' (closes #6360)Jaime Marquínez Ferrándiz