aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/youtube.py
AgeCommit message (Expand)Author
2016-02-06Merge pull request #8408 from remitamine/dashremitamine
2016-02-06[youtube] Fix automatic captionsSergey M․
2016-02-04[youtube] fix subtitle orderremitamine
2016-02-04[youtube] fix subtitle extraction(fixes #8415)remitamine
2016-02-02[youtube] use _extract_mpd_formatsremitamine
2016-02-01Merge pull request #8374 from yan12125/facebook-dashYen Chi Hsuan
2016-01-31[youtube] Use 'orderedSet' instead of 'set' to preserve the orderJaime Marquínez Ferrándiz
2016-01-31[youtube] Filter duplicates in playlists base extractorSergey M․
2016-01-31[youtube] Use authentication for entry list base extractor (Closes #8380)Sergey M․
2016-01-30[common] Add _extract_dash_manifest_formatsYen Chi Hsuan
2016-01-30[common] Remove unused argumentsYen Chi Hsuan
2016-01-30[common] Rename to namespaceYen Chi Hsuan
2016-01-30[youtube] Remove '(v|a)codec': 'none' entriesYen Chi Hsuan
2016-01-30[youtube] Pass self._formats to _parse_dash_manifestYen Chi Hsuan
2016-01-30[common] _parse_dash_manifest() from youtube.pyYen Chi Hsuan
2016-01-30[youtube] Move decrypt_sig out of _parse_dash_manifestYen Chi Hsuan
2016-01-29[youtube:user] Require 'https?://' in the url (fixes #8356)Jaime Marquínez Ferrándiz
2016-01-25Merge pull request #8130 from dyn888/masterYen Chi Hsuan
2016-01-25[youtube] Prefer info from YouTube than _formats (#8293)Yen Chi Hsuan
2016-01-21[youtube] Simplify automatic captions URL check (Closes #8287)Sergey M․
2016-01-21Fix issue #8109 (error when downloading automatic captions)Dimitre Liotev
2016-01-19[youtube] Skip testSergey M․
2016-01-19[youtube] Capture and output unavailable messageSergey M․
2016-01-18[youtube] Clarify test_Youtube_18Sergey M․
2016-01-18[youtube] Fix URL expansion in video descriptionSergey M․
2016-01-13[youtube] Fix acodec and vcodec orderYen Chi Hsuan
2016-01-08[youtube] Support expanding alternative format of links in description (Close...Sergey M․
2016-01-03[youtube] added vcodec/acodec/abr for multiple itagsdyn888
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ý