summaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/youtube.py
Commit message (Expand)AuthorAgeFilesLines
...
* | [youtube] Fix automatic captionsSergey M․2016-02-061-2/+3
* | [youtube] fix subtitle orderremitamine2016-02-041-1/+1
* | [youtube] fix subtitle extraction(fixes #8415)remitamine2016-02-041-1/+1
|/
* Merge pull request #8374 from yan12125/facebook-dashYen Chi Hsuan2016-02-011-109/+50
|\
| * [common] Add _extract_dash_manifest_formatsYen Chi Hsuan2016-01-301-8/+4
| * [common] Remove unused argumentsYen Chi Hsuan2016-01-301-1/+1
| * [common] Rename to namespaceYen Chi Hsuan2016-01-301-1/+1
| * [youtube] Remove '(v|a)codec': 'none' entriesYen Chi Hsuan2016-01-301-40/+40
| * [youtube] Pass self._formats to _parse_dash_manifestYen Chi Hsuan2016-01-301-1/+2
| * [common] _parse_dash_manifest() from youtube.pyYen Chi Hsuan2016-01-301-52/+0
| * [youtube] Move decrypt_sig out of _parse_dash_manifestYen Chi Hsuan2016-01-301-18/+14
* | [youtube] Use 'orderedSet' instead of 'set' to preserve the orderJaime Marquínez Ferrándiz2016-01-311-1/+1
* | [youtube] Filter duplicates in playlists base extractorSergey M․2016-01-311-1/+1
* | [youtube] Use authentication for entry list base extractor (Closes #8380)Sergey M․2016-01-311-2/+2
|/
* [youtube:user] Require 'https?://' in the url (fixes #8356)Jaime Marquínez Ferrándiz2016-01-291-1/+1
* Merge pull request #8130 from dyn888/masterYen Chi Hsuan2016-01-251-62/+62
|\
| * [youtube] added vcodec/acodec/abr for multiple itagsdyn8882016-01-031-62/+62
* | [youtube] Prefer info from YouTube than _formats (#8293)Yen Chi Hsuan2016-01-251-10/+18
* | [youtube] Simplify automatic captions URL check (Closes #8287)Sergey M․2016-01-211-2/+2
* | Fix issue #8109 (error when downloading automatic captions)Dimitre Liotev2016-01-211-0/+3
* | [youtube] Skip testSergey M․2016-01-191-1/+2
* | [youtube] Capture and output unavailable messageSergey M․2016-01-191-0/+5
* | [youtube] Clarify test_Youtube_18Sergey M․2016-01-181-0/+3
* | [youtube] Fix URL expansion in video descriptionSergey M․2016-01-181-1/+1
* | [youtube] Fix acodec and vcodec orderYen Chi Hsuan2016-01-131-1/+1
* | [youtube] Support expanding alternative format of links in description (Close...Sergey M․2016-01-081-3/+3
|/
* [youtube] Generalize playlists extractorSergey M․2015-12-201-4/+15
* Rename error_to_str to error_to_compat_strSergey M․2015-12-201-2/+2
* Properly convert errors to stringsSergey M․2015-12-201-1/+2
* [youtube] Extract alt_title and creator for music videos (Closes #7862)Sergey M․2015-12-141-0/+22
* [youtube] Clarify itag 272 possible resolutions (#7699)Sergey M․2015-11-301-0/+1
* [youtube:playlist] Extend _VALID_URLSergey M․2015-11-291-1/+1
* [youtube] Extend _VALID_URL (Closes #7694)Sergey M․2015-11-291-1/+5
* [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