Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [youtube] Fix authentication (Closes #10140) | Sergey M․ | 2016-07-22 | 1 | -5/+4 |
| | |||||
* | [youtube:shared] Relax _VALID_URL | Sergey M․ | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | [youtube] Add YouTube Red paid video reference test (#10059) | Sergey M․ | 2016-07-12 | 1 | -0/+5 |
| | |||||
* | [youtube] Relax TFA regexes | Sergey M․ | 2016-07-11 | 1 | -4/+4 |
| | |||||
* | [youtube:user] Preserve user/c path segment | Sergey M․ | 2016-07-09 | 1 | -3/+22 |
| | |||||
* | [youtube:channel] Improve channel id extraction and detect unavailable ↵ | Sergey M․ | 2016-07-05 | 1 | -4/+22 |
| | | | | channels (Closes #10009) | ||||
* | [youtube:shared] Recognize the new 'shared' URLs | Yen Chi Hsuan | 2016-07-05 | 1 | -0/+33 |
| | | | | Closes #10007 | ||||
* | [youtube] Fix and skip some tests | Sergey M․ | 2016-06-24 | 1 | -3/+6 |
| | |||||
* | [youtube] Relax URL expansion in description | Sergey M․ | 2016-06-24 | 1 | -1/+1 |
| | |||||
* | [youtube] Fix 141 format tests | Sergey M․ | 2016-06-24 | 1 | -2/+3 |
| | |||||
* | [youtube:user] Support another URL form | Yen Chi Hsuan | 2016-06-10 | 1 | -1/+4 |
| | | | | | | Such an URL comes from http://www.gametrailers.com/. This is originally a test case in GenericIE, but now seems all GameTrailers videos are on YouTube. | ||||
* | [youtube] Add itags 256 and 258 | Sergey M․ | 2016-06-05 | 1 | -0/+2 |
| | |||||
* | [youtube] Allow empty attribute values in description regex | Sergey M․ | 2016-05-06 | 1 | -2/+2 |
| | |||||
* | [youtube:search_url] Reimplement in terms of youtube:playlistbase | Sergey M․ | 2016-04-26 | 1 | -26/+3 |
| | |||||
* | [youtube] Capture and output login error message | Sergey M․ | 2016-04-20 | 1 | -0/+6 |
| | |||||
* | [youtube:playlist] Fetch all the videos in a mix (fixes #3837) | Jaime Marquínez Ferrándiz | 2016-04-17 | 1 | -8/+20 |
| | | | | Since there doesn't seem to be any indication, it stops when there aren't new videos in the webpage. | ||||
* | [youtube:user] check if the url didn't match only the other youtube extractors | remitamine | 2016-04-15 | 1 | -2/+2 |
| | |||||
* | [youtube:playlist] Recognize popular uploads playlist as mix (Closes #9170) | Sergey M․ | 2016-04-12 | 1 | -1/+1 |
| | |||||
* | [youtube] Add support for zwearz (Closes #9062) | Sergey M․ | 2016-04-04 | 1 | -1/+6 |
| | |||||
* | [youtube:playlistsbase] Restrict playlist regex (Closes #8986) | Sergey M․ | 2016-03-26 | 1 | -1/+3 |
| | |||||
* | Use urlencode_postdata across the codebase | Sergey M․ | 2016-03-26 | 1 | -2/+3 |
| | |||||
* | [compat] Add compat_urllib_parse_urlencode and eliminate encode_dict | Sergey M․ | 2016-03-26 | 1 | -12/+11 |
| | | | | | | | encode_dict functionality has been improved and moved directly into compat_urllib_parse_urlencode All occurrences of compat_urllib_parse.urlencode throughout the codebase have been replaced by compat_urllib_parse_urlencode Closes #8974 | ||||
* | [youtube:live] Add extractor (Closes #8959) | Sergey M․ | 2016-03-25 | 1 | -1/+47 |
| | |||||
* | [youtube] Added itag 91 | Yen Chi Hsuan | 2016-03-17 | 1 | -0/+1 |
| | | | | Seen in https://www.youtube.com/watch?v=jMN4cxyhJjk | ||||
* | [youtube] Extract uploader_url (Closes #8724) | Sergey M․ | 2016-03-02 | 1 | -2/+44 |
| | |||||
* | [youtube] Extract license (Closes #8725) | Sergey M․ | 2016-03-02 | 1 | -1/+44 |
| | |||||
* | [youtube] improve width and height extraction from fmt_list | remitamine | 2016-03-02 | 1 | -6/+11 |
| | |||||
* | Revert "[youtube] add tbr to _formats extracted from watch_as3.swf" | remitamine | 2016-03-02 | 1 | -36/+35 |
| | | | | This reverts commit 4a5ba28a87a1a1632e58a1de404eb1fa268118a3. | ||||
* | Revert "[youtube] add basic info for some unknown formats extracted from ↵ | remitamine | 2016-03-02 | 1 | -21/+0 |
| | | | | | | watch_as3.swf" This reverts commit 85ca019d9679d75c26b7ee4106dd7d98136f3c88. | ||||
* | [youtube] add basic info for some unknown formats extracted from watch_as3.swf | remitamine | 2016-03-02 | 1 | -0/+21 |
| | |||||
* | [youtube] add tbr to _formats extracted from watch_as3.swf | remitamine | 2016-03-02 | 1 | -35/+36 |
| | |||||
* | [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_* |