Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [youtube] extract width and height from fmt_list | remitamine | 2016-03-02 | 1 | -0/+10 | |
| | ||||||
* | Add --mark-watched feature (Closes #5054) | Sergey M․ | 2016-03-01 | 1 | -0/+26 | |
| | ||||||
* | [youtube] Add alternative automatic captions extraction approach (Closes #8667) | Sergey M․ | 2016-02-26 | 1 | -28/+55 | |
| | ||||||
* | [youtube:watchlater] Respect --no-playlist | Sergey M․ | 2016-02-18 | 1 | -7/+15 | |
| | ||||||
* | [youtube:watchlater] Improve _VALID_URL (Closes #8594) | Sergey M․ | 2016-02-18 | 1 | -2/+8 | |
| | ||||||
* | [youtube:searchurl] Extend _VALID_URL | Sergey M․ | 2016-02-16 | 1 | -1/+4 | |
| | ||||||
* | [youtube] Add test for #8536 | Sergey M․ | 2016-02-13 | 1 | -0/+9 | |
| | ||||||
* | [youtube] Improve multifeed videos extraction (Closes #8536) | Sergey M․ | 2016-02-13 | 1 | -2/+5 | |
| | ||||||
* | [youtube] Fix typos | Sergey M․ | 2016-02-11 | 1 | -2/+2 | |
| | ||||||
* | [youtube] Clarify itag 36 height and abr (Closes #8457) | Sergey M․ | 2016-02-08 | 1 | -1/+2 | |
| | ||||||
* | Merge pull request #8408 from remitamine/dash | remitamine | 2016-02-06 | 1 | -5/+5 | |
|\ | | | | | Add generic support for mpd manifests(dash formats) | |||||
| * | [youtube] use _extract_mpd_formats | remitamine | 2016-02-02 | 1 | -5/+5 | |
| | | ||||||
* | | [youtube] Fix automatic captions | Sergey M․ | 2016-02-06 | 1 | -2/+3 | |
| | | ||||||
* | | [youtube] fix subtitle order | remitamine | 2016-02-04 | 1 | -1/+1 | |
| | | ||||||
* | | [youtube] fix subtitle extraction(fixes #8415) | remitamine | 2016-02-04 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #8374 from yan12125/facebook-dash | Yen Chi Hsuan | 2016-02-01 | 1 | -109/+50 | |
|\ | | | | | Facebook DASH formats | |||||
| * | [common] Add _extract_dash_manifest_formats | Yen Chi Hsuan | 2016-01-30 | 1 | -8/+4 | |
| | | ||||||
| * | [common] Remove unused arguments | Yen Chi Hsuan | 2016-01-30 | 1 | -1/+1 | |
| | | ||||||
| * | [common] Rename to namespace | Yen Chi Hsuan | 2016-01-30 | 1 | -1/+1 | |
| | | | | | | | | For consistency with _parse_smil_* | |||||
| * | [youtube] Remove '(v|a)codec': 'none' entries | Yen Chi Hsuan | 2016-01-30 | 1 | -40/+40 | |
| | | | | | | | | Not used anymore | |||||
| * | [youtube] Pass self._formats to _parse_dash_manifest | Yen Chi Hsuan | 2016-01-30 | 1 | -1/+2 | |
| | | ||||||
| * | [common] _parse_dash_manifest() from youtube.py | Yen Chi Hsuan | 2016-01-30 | 1 | -52/+0 | |
| | | ||||||
| * | [youtube] Move decrypt_sig out of _parse_dash_manifest | Yen Chi Hsuan | 2016-01-30 | 1 | -18/+14 | |
| | | ||||||
* | | [youtube] Use 'orderedSet' instead of 'set' to preserve the order | Jaime Marquínez Ferrándiz | 2016-01-31 | 1 | -1/+1 | |
| | | ||||||
* | | [youtube] Filter duplicates in playlists base extractor | Sergey M․ | 2016-01-31 | 1 | -1/+1 | |
| | | ||||||
* | | [youtube] Use authentication for entry list base extractor (Closes #8380) | Sergey M․ | 2016-01-31 | 1 | -2/+2 | |
|/ | ||||||
* | [youtube:user] Require 'https?://' in the url (fixes #8356) | Jaime Marquínez Ferrándiz | 2016-01-29 | 1 | -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/master | Yen Chi Hsuan | 2016-01-25 | 1 | -62/+62 | |
|\ | | | | | [youtube] added vcodec/acodec/abr for multiple itags | |||||
| * | [youtube] added vcodec/acodec/abr for multiple itags | dyn888 | 2016-01-03 | 1 | -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 Hsuan | 2016-01-25 | 1 | -10/+18 | |
| | | ||||||
* | | [youtube] Simplify automatic captions URL check (Closes #8287) | Sergey M․ | 2016-01-21 | 1 | -2/+2 | |
| | | ||||||
* | | Fix issue #8109 (error when downloading automatic captions) | Dimitre Liotev | 2016-01-21 | 1 | -0/+3 | |
| | | ||||||
* | | [youtube] Skip test | Sergey M․ | 2016-01-19 | 1 | -1/+2 | |
| | | ||||||
* | | [youtube] Capture and output unavailable message | Sergey M․ | 2016-01-19 | 1 | -0/+5 | |
| | | ||||||
* | | [youtube] Clarify test_Youtube_18 | Sergey M․ | 2016-01-18 | 1 | -0/+3 | |
| | | ||||||
* | | [youtube] Fix URL expansion in video description | Sergey M․ | 2016-01-18 | 1 | -1/+1 | |
| | | | | | | | | Fixes test_Youtube_18 | |||||
* | | [youtube] Fix acodec and vcodec order | Yen Chi Hsuan | 2016-01-13 | 1 | -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-08 | 1 | -3/+3 | |
|/ | | | | (Closes #8164) | |||||
* | [youtube] Generalize playlists extractor | Sergey M․ | 2015-12-20 | 1 | -4/+15 | |
| | ||||||
* | Rename error_to_str to error_to_compat_str | Sergey M․ | 2015-12-20 | 1 | -2/+2 | |
| | ||||||
* | Properly convert errors to strings | Sergey M․ | 2015-12-20 | 1 | -1/+2 | |
| | ||||||
* | [youtube] Extract alt_title and creator for music videos (Closes #7862) | Sergey M․ | 2015-12-14 | 1 | -0/+22 | |
| | ||||||
* | [youtube] Clarify itag 272 possible resolutions (#7699) | Sergey M․ | 2015-11-30 | 1 | -0/+1 | |
| | ||||||
* | [youtube:playlist] Extend _VALID_URL | Sergey M․ | 2015-11-29 | 1 | -1/+1 | |
| | ||||||
* | [youtube] Extend _VALID_URL (Closes #7694) | Sergey M․ | 2015-11-29 | 1 | -1/+5 | |
| | ||||||
* | [youtube] Simplify and make sure header values are strings | Yen Chi Hsuan | 2015-11-29 | 1 | -3/+1 | |
| | ||||||
* | [youtube] Disable compression for live streams | Yen Chi Hsuan | 2015-11-29 | 1 | -0/+5 | |
| | ||||||
* | [youtube] Clarify rationale for yt:stretch validation | Sergey M․ | 2015-11-28 | 1 | -0/+2 | |
| | ||||||
* | [youtube] Use the existing `w` and `h` variables | Lukáš Lalinský | 2015-11-28 | 1 | -1/+1 | |
| | ||||||
* | [youtube] Ignore yt:stretch with zero width/height | Lukáš Lalinský | 2015-11-28 | 1 | -4/+23 | |
| |