summaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/youtube.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Add missing r prefix for _VALID_URLsstepshal2016-09-081-1/+1
|
* [youtube:playlist] Extend _VALID_URLSergey M․2016-09-041-5/+11
|
* [youtube:watchlater] Fix extraction (Closes #10544)Sergey M․2016-09-041-1/+1
|
* [youtube] Add support for rental videos' previews (Closes #10532)Sergey M․2016-09-031-0/+24
|
* [youtube:playlist] Fallback to video extraction for video/playlist URLs when ↵Sergey M․2016-09-021-6/+50
| | | | playlist is broken (Closes #10537)
* [youtube] Fix authentication (2) (Closes #10392)Sergey M․2016-08-241-0/+1
|
* [youtube] Fix authentication (#10392)Sergey M․2016-08-241-23/+4
|
* [youtube] Fix authentication (Closes #10140)Sergey M․2016-07-221-5/+4
|
* [youtube:shared] Relax _VALID_URLSergey M․2016-07-211-1/+1
|
* [youtube] Add YouTube Red paid video reference test (#10059)Sergey M․2016-07-121-0/+5
|
* [youtube] Relax TFA regexesSergey M․2016-07-111-4/+4
|
* [youtube:user] Preserve user/c path segmentSergey M․2016-07-091-3/+22
|
* [youtube:channel] Improve channel id extraction and detect unavailable ↵Sergey M․2016-07-051-4/+22
| | | | channels (Closes #10009)
* [youtube:shared] Recognize the new 'shared' URLsYen Chi Hsuan2016-07-051-0/+33
| | | | Closes #10007
* [youtube] Fix and skip some testsSergey M․2016-06-241-3/+6
|
* [youtube] Relax URL expansion in descriptionSergey M․2016-06-241-1/+1
|
* [youtube] Fix 141 format testsSergey M․2016-06-241-2/+3
|
* [youtube:user] Support another URL formYen Chi Hsuan2016-06-101-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 258Sergey M․2016-06-051-0/+2
|
* [youtube] Allow empty attribute values in description regexSergey M․2016-05-061-2/+2
|
* [youtube:search_url] Reimplement in terms of youtube:playlistbaseSergey M․2016-04-261-26/+3
|
* [youtube] Capture and output login error messageSergey M․2016-04-201-0/+6
|
* [youtube:playlist] Fetch all the videos in a mix (fixes #3837)Jaime Marquínez Ferrándiz2016-04-171-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 extractorsremitamine2016-04-151-2/+2
|
* [youtube:playlist] Recognize popular uploads playlist as mix (Closes #9170)Sergey M․2016-04-121-1/+1
|
* [youtube] Add support for zwearz (Closes #9062)Sergey M․2016-04-041-1/+6
|
* [youtube:playlistsbase] Restrict playlist regex (Closes #8986)Sergey M․2016-03-261-1/+3
|
* Use urlencode_postdata across the codebaseSergey M․2016-03-261-2/+3
|
* [compat] Add compat_urllib_parse_urlencode and eliminate encode_dictSergey M․2016-03-261-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-251-1/+47
|
* [youtube] Added itag 91Yen Chi Hsuan2016-03-171-0/+1
| | | | Seen in https://www.youtube.com/watch?v=jMN4cxyhJjk
* [youtube] Extract uploader_url (Closes #8724)Sergey M․2016-03-021-2/+44
|
* [youtube] Extract license (Closes #8725)Sergey M․2016-03-021-1/+44
|
* [youtube] improve width and height extraction from fmt_listremitamine2016-03-021-6/+11
|
* Revert "[youtube] add tbr to _formats extracted from watch_as3.swf"remitamine2016-03-021-36/+35
| | | | This reverts commit 4a5ba28a87a1a1632e58a1de404eb1fa268118a3.
* Revert "[youtube] add basic info for some unknown formats extracted from ↵remitamine2016-03-021-21/+0
| | | | | | watch_as3.swf" This reverts commit 85ca019d9679d75c26b7ee4106dd7d98136f3c88.
* [youtube] add basic info for some unknown formats extracted from watch_as3.swfremitamine2016-03-021-0/+21
|
* [youtube] add tbr to _formats extracted from watch_as3.swfremitamine2016-03-021-35/+36
|
* [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
| |