aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/youtube.py
AgeCommit message (Expand)Author
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 channe...Sergey M․
2016-07-05[youtube:shared] Recognize the new 'shared' URLsYen Chi Hsuan
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
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
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․
2016-03-25[youtube:live] Add extractor (Closes #8959)Sergey M․
2016-03-17[youtube] Added itag 91Yen Chi Hsuan
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
2016-03-02Revert "[youtube] add basic info for some unknown formats extracted from watc...remitamine
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
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
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․
2016-01-30[common] Add _extract_dash_manifest_formatsYen Chi Hsuan
2016-01-30[common] Remove unused argumentsYen Chi Hsuan