aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/youtube.py
AgeCommit message (Collapse)Author
2016-03-02[youtube] Extract uploader_url (Closes #8724)Sergey M․
2016-03-02[youtube] Extract license (Closes #8725)Sergey M․
2016-03-02[youtube] improve width and height extraction from fmt_listremitamine
2016-03-02Revert "[youtube] add tbr to _formats extracted from watch_as3.swf"remitamine
This reverts commit 4a5ba28a87a1a1632e58a1de404eb1fa268118a3.
2016-03-02Revert "[youtube] add basic info for some unknown formats extracted from ↵remitamine
watch_as3.swf" This reverts commit 85ca019d9679d75c26b7ee4106dd7d98136f3c88.
2016-03-02[youtube] add basic info for some unknown formats extracted from watch_as3.swfremitamine
2016-03-02[youtube] add tbr to _formats extracted from watch_as3.swfremitamine
2016-03-02[youtube] extract width and height from fmt_listremitamine
2016-03-01Add --mark-watched feature (Closes #5054)Sergey M․
2016-02-26[youtube] Add alternative automatic captions extraction approach (Closes #8667)Sergey M․
2016-02-18[youtube:watchlater] Respect --no-playlistSergey M․
2016-02-18[youtube:watchlater] Improve _VALID_URL (Closes #8594)Sergey M․
2016-02-16[youtube:searchurl] Extend _VALID_URLSergey M․
2016-02-13[youtube] Add test for #8536Sergey M․
2016-02-13[youtube] Improve multifeed videos extraction (Closes #8536)Sergey M․
2016-02-11[youtube] Fix typosSergey M․
2016-02-08[youtube] Clarify itag 36 height and abr (Closes #8457)Sergey M․
2016-02-06Merge pull request #8408 from remitamine/dashremitamine
Add generic support for mpd manifests(dash formats)
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
Facebook DASH formats
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
For consistency with _parse_smil_*
2016-01-30[youtube] Remove '(v|a)codec': 'none' entriesYen Chi Hsuan
Not used anymore
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
It was matching www.youtube.com/embed/WpfukLMe1TM. The generic extractor automatically adds http:// if it's missing.
2016-01-25Merge pull request #8130 from dyn888/masterYen Chi Hsuan
[youtube] added vcodec/acodec/abr for multiple itags
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․
Fixes test_Youtube_18
2016-01-13[youtube] Fix acodec and vcodec orderYen Chi Hsuan
In RFC6381, there's no rule stating that the first part of codecs should be video and the second part should be audio, while it seems the case for data reported by YouTube.
2016-01-08[youtube] Support expanding alternative format of links in description ↵Sergey M․
(Closes #8164)
2016-01-03[youtube] added vcodec/acodec/abr for multiple itagsdyn888
Should make downloading with filters more precise and easier, ie. bestvideo[vcodec=h264]. By default a lot of codecs are specified as avc1.xxxxxx and unique for each format, which makes them unusable for bestvideo selection.
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․