aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/youtube.py
AgeCommit message (Collapse)Author
2016-07-22[youtube] Fix authentication (Closes #10140)Sergey M․
2016-07-21[youtube:shared] Relax _VALID_URLSergey M․
2016-07-12[youtube] Add YouTube Red paid video reference test (#10059)Sergey M․
2016-07-11[youtube] Relax TFA regexesSergey M․
2016-07-09[youtube:user] Preserve user/c path segmentSergey M․
2016-07-05[youtube:channel] Improve channel id extraction and detect unavailable ↵Sergey M․
channels (Closes #10009)
2016-07-05[youtube:shared] Recognize the new 'shared' URLsYen Chi Hsuan
Closes #10007
2016-06-24[youtube] Fix and skip some testsSergey M․
2016-06-24[youtube] Relax URL expansion in descriptionSergey M․
2016-06-24[youtube] Fix 141 format testsSergey M․
2016-06-10[youtube:user] Support another URL formYen Chi Hsuan
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.
2016-06-05[youtube] Add itags 256 and 258Sergey M․
2016-05-06[youtube] Allow empty attribute values in description regexSergey M․
2016-04-26[youtube:search_url] Reimplement in terms of youtube:playlistbaseSergey M․
2016-04-20[youtube] Capture and output login error messageSergey M․
2016-04-17[youtube:playlist] Fetch all the videos in a mix (fixes #3837)Jaime Marquínez Ferrándiz
Since there doesn't seem to be any indication, it stops when there aren't new videos in the webpage.
2016-04-15[youtube:user] check if the url didn't match only the other youtube extractorsremitamine
2016-04-12[youtube:playlist] Recognize popular uploads playlist as mix (Closes #9170)Sergey M․
2016-04-04[youtube] Add support for zwearz (Closes #9062)Sergey M․
2016-03-26[youtube:playlistsbase] Restrict playlist regex (Closes #8986)Sergey M․
2016-03-26Use urlencode_postdata across the codebaseSergey M․
2016-03-26[compat] Add compat_urllib_parse_urlencode and eliminate encode_dictSergey M․
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
2016-03-25[youtube:live] Add extractor (Closes #8959)Sergey M․
2016-03-17[youtube] Added itag 91Yen Chi Hsuan
Seen in https://www.youtube.com/watch?v=jMN4cxyhJjk
2016-03-02[youtube] Extract uploader_url (Closes #8724)Sergey M․
2016-03-02[youtube] Extract license (Closes #8725)Sergey M․
2016-03-02[youtube] improve width and height extraction from fmt_listremitamine
2016-03-02Revert "[youtube] add tbr to _formats extracted from watch_as3.swf"remitamine
This reverts commit 4a5ba28a87a1a1632e58a1de404eb1fa268118a3.
2016-03-02Revert "[youtube] add basic info for some unknown formats extracted from ↵remitamine
watch_as3.swf" This reverts commit 85ca019d9679d75c26b7ee4106dd7d98136f3c88.
2016-03-02[youtube] add basic info for some unknown formats extracted from watch_as3.swfremitamine
2016-03-02[youtube] add tbr to _formats extracted from watch_as3.swfremitamine
2016-03-02[youtube] extract width and height from fmt_listremitamine
2016-03-01Add --mark-watched feature (Closes #5054)Sergey M․
2016-02-26[youtube] Add alternative automatic captions extraction approach (Closes #8667)Sergey M․
2016-02-18[youtube:watchlater] Respect --no-playlistSergey M․
2016-02-18[youtube:watchlater] Improve _VALID_URL (Closes #8594)Sergey M․
2016-02-16[youtube:searchurl] Extend _VALID_URLSergey M․
2016-02-13[youtube] Add test for #8536Sergey M․
2016-02-13[youtube] Improve multifeed videos extraction (Closes #8536)Sergey M․
2016-02-11[youtube] Fix typosSergey M․
2016-02-08[youtube] Clarify itag 36 height and abr (Closes #8457)Sergey M․
2016-02-06Merge pull request #8408 from remitamine/dashremitamine
Add generic support for mpd manifests(dash formats)
2016-02-06[youtube] Fix automatic captionsSergey M․
2016-02-04[youtube] fix subtitle orderremitamine
2016-02-04[youtube] fix subtitle extraction(fixes #8415)remitamine
2016-02-02[youtube] use _extract_mpd_formatsremitamine
2016-02-01Merge pull request #8374 from yan12125/facebook-dashYen Chi Hsuan
Facebook DASH formats
2016-01-31[youtube] Use 'orderedSet' instead of 'set' to preserve the orderJaime Marquínez Ferrándiz
2016-01-31[youtube] Filter duplicates in playlists base extractorSergey M․
2016-01-31[youtube] Use authentication for entry list base extractor (Closes #8380)Sergey M․