aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/youtube.py
Commit message (Expand)AuthorAgeFilesLines
...
* [youtube] Simplify and make sure header values are stringsYen Chi Hsuan2015-11-291-3/+1
* [youtube] Disable compression for live streamsYen Chi Hsuan2015-11-291-0/+5
* [youtube] Clarify rationale for yt:stretch validationSergey M․2015-11-281-0/+2
* [youtube] Use the existing `w` and `h` variablesLukáš Lalinský2015-11-281-1/+1
* [youtube] Ignore yt:stretch with zero width/heightLukáš Lalinský2015-11-281-4/+23
* Switch codebase to use sanitized_Request instead ofSergey M?2015-11-231-3/+3
* [youtube] Fix testSergey M․2015-11-231-1/+1
* [youtube] Fix testSergey M․2015-11-231-1/+2
* [youtube] Clarify ytplayer.config extraction rationaleSergey M․2015-11-231-0/+7
* [youtube] Add test with '};' in tagsSergey M․2015-11-231-1/+6
* [youtube] Improve ytplayer.config extractionSergey M․2015-11-231-12/+14
* Merge pull request #7599 from lalinsky/fix-youtubeSergey M2015-11-231-8/+30
|\
| * [youtube] Send the list of patterns directly to _search_regexLukáš Lalinský2015-11-221-4/+3
| * [youtube] Fall back to the original regex for ytplayer.configLukáš Lalinský2015-11-221-8/+31
| * [youtube] More explicit player config JSON extraction (fixes #7468)Lukáš Lalinský2015-11-221-1/+1
* | [youtube] Add test for multi page list of playlistsSergey M․2015-11-221-2/+10
* | [youtube] Extract base for entry list extractors and support multi page lists...Sergey M․2015-11-221-11/+17
* | [youtube:show] Rework in terms of playlists base extractorSergey M․2015-11-221-21/+4
* | [youtube:user:playlists] Add extractor (Closes #3817)Sergey M․2015-11-221-0/+26
* | [youtube:playlist] fix title extraction (fixes #7544 and #7545)Jaime Marquínez Ferrándiz2015-11-181-1/+1
|/
* [youtube] Support new base.js html5 playerYen Chi Hsuan2015-11-101-2/+2
* [youtube] Clarify rationale for preferring a video info with token (#7362)Sergey M․2015-11-041-0/+9
* [youtube] Prefer video_info with token availableSergey M․2015-11-041-0/+2
* [youtube:channel] Support age restricted channels (fixes #7277)Jaime Marquínez Ferrándiz2015-10-231-1/+10
* [youtube:channel] Fix testJaime Marquínez Ferrándiz2015-10-231-1/+2
* [youtube] Generalize playlist entries extraction (Closes #6699, closes #6992)Sergey M․2015-10-181-69/+52
* [youtube:channel] Correct 404 handlingPhilipp Hagemeister2015-09-141-6/+9
* [youtube:truncated_url] Add ?t=Philipp Hagemeister2015-09-141-0/+4
* [youtube:shows] Use httpsJaime Marquínez Ferrándiz2015-09-071-2/+2
* [youtube] fix show extraction (fixes #4841)remitamine2015-09-071-2/+2
* [youtube] Use encode_dictSergey M․2015-09-061-6/+3
* [youtube] Simplify and extract more metadata from url_encoded_fmt_stream_map ...Sergey M․2015-08-301-18/+35
* [youtube] Fix missing format details for 60fps DASH formatsAnssi Hannula2015-08-301-3/+28
* [youtube] Adapt player version regex to handle urls ending in '/html5player-n...Jaime Marquínez Ferrándiz2015-08-261-2/+2
* [youtube] Expand _VALID_URL to support vid.plusSergey M․2015-08-171-1/+8
* [youtube:search_url] Fix extraction (Closes #6578)Sergey M․2015-08-161-1/+1
* [youtube] Simplify two-factor authenticationSergey M․2015-08-151-25/+14
* [youtube] Fix two-factor authenticationreddraggone92015-08-151-22/+18
* [youtube] Update testsSergey M․2015-08-121-3/+3
* [youtube] Add age limit to testsSergey M․2015-08-111-0/+3
* [youtube] Skip download for multiple v= testSergey M․2015-08-111-1/+4
* [youtube] Use the first v= argument in the URLPuck Meerburg2015-08-101-1/+18
* Merge remote-tracking branch 'dstftw/multifeed-videos' (closes #6360)Jaime Marquínez Ferrándiz2015-07-291-27/+106
|\
| * [youtube] Show info message for multifeed videos according to noplaylist optionSergey M․2015-07-291-16/+21
| * [youtube] Respect noplaylist for multifeed videosSergey M․2015-07-251-1/+3
| * [youtube] Add support for multifeed videosSergey M․2015-07-251-27/+99
* | [youtube] Improve tags extraction and add testSergey M․2015-07-291-4/+10
* | [youtube]: tags key in info jason is now a listPurdea Andrei2015-07-281-2/+1
* | [youtube] save keywords in info jason when --write-info-json is usedPurdea Andrei2015-07-281-0/+4
* | [youtube] Use 'vp8' and 'vp9' in lowercase (fixes #6358)Jaime Marquínez Ferrándiz2015-07-261-12/+12
|/