summaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/youtube.py
Commit message (Collapse)AuthorAgeFilesLines
...
* [youtube:playlist] Fix nonexistent/private playlist detection and skip ↵Sergey M․2017-01-231-5/+10
| | | | private tests
* [youtube:playlist] Fix nonexistent/private playlist detection (closes #11604)Grzegorz P2017-01-231-1/+2
|
* [youtube] Extract episode metadata (closes #9695, closes #11774)Sergey M․2017-01-211-0/+37
|
* [youtube] Add test for itag 212 (#11575)Sergey M․2017-01-091-0/+5
|
* [youtube] Add itag 212Kacper Michajłow2017-01-091-0/+1
| | | Seen on video with id 1t24XAntNCY
* Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan2017-01-061-25/+25
|
* [youtube:playlist] Pass disable_polymer in query (closes #11193, closes #11270)Sergey M․2016-11-231-1/+1
|
* [youtube:live] Relax _VALID_URL (closes #11164)Sergey M․2016-11-161-1/+4
|
* [youtube] Fix --no-playlist behavior for youtu.be/id URLs (closes #10896)Sergey M․2016-10-191-3/+26
|
* [youtube:live] Extend _VALID_URL (Closes #10839)Sergey M․2016-10-041-1/+4
|
* [youtube] Change test URLs from http to httpsstepshal2016-09-251-17/+17
|
* Improve some _VALID_URLsstepshal2016-09-141-6/+6
|
* 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
|