summaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/youtube.py
Commit message (Collapse)AuthorAgeFilesLines
...
* [youtube] extract width and height from fmt_listremitamine2016-03-021-0/+10
|
* Add --mark-watched feature (Closes #5054)Sergey M․2016-03-011-0/+26
|
* [youtube] Add alternative automatic captions extraction approach (Closes #8667)Sergey M․2016-02-261-28/+55
|
* [youtube:watchlater] Respect --no-playlistSergey M․2016-02-181-7/+15
|
* [youtube:watchlater] Improve _VALID_URL (Closes #8594)Sergey M․2016-02-181-2/+8
|
* [youtube:searchurl] Extend _VALID_URLSergey M․2016-02-161-1/+4
|
* [youtube] Add test for #8536Sergey M․2016-02-131-0/+9
|
* [youtube] Improve multifeed videos extraction (Closes #8536)Sergey M․2016-02-131-2/+5
|
* [youtube] Fix typosSergey M․2016-02-111-2/+2
|
* [youtube] Clarify itag 36 height and abr (Closes #8457)Sergey M․2016-02-081-1/+2
|
* Merge pull request #8408 from remitamine/dashremitamine2016-02-061-5/+5
|\ | | | | Add generic support for mpd manifests(dash formats)
| * [youtube] use _extract_mpd_formatsremitamine2016-02-021-5/+5
| |
* | [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
|\ | | | | Facebook DASH formats
| * [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
| | | | | | | | For consistency with _parse_smil_*
| * [youtube] Remove '(v|a)codec': 'none' entriesYen Chi Hsuan2016-01-301-40/+40
| | | | | | | | Not used anymore
| * [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
| | | | | It was matching www.youtube.com/embed/WpfukLMe1TM. The generic extractor automatically adds http:// if it's missing.
* Merge pull request #8130 from dyn888/masterYen Chi Hsuan2016-01-251-62/+62
|\ | | | | [youtube] added vcodec/acodec/abr for multiple itags
| * [youtube] added vcodec/acodec/abr for multiple itagsdyn8882016-01-031-62/+62
| | | | | | 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.
* | [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
| | | | | | | | Fixes test_Youtube_18
* | [youtube] Fix acodec and vcodec orderYen Chi Hsuan2016-01-131-1/+1
| | | | | | | | | | | | 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.
* | [youtube] Support expanding alternative format of links in description ↵Sergey M․2016-01-081-3/+3
|/ | | | (Closes #8164)
* [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
|