aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/youtube.py
AgeCommit message (Expand)Author
2015-10-23[youtube:channel] Support age restricted channels (fixes #7277)Jaime Marquínez Ferrándiz
2015-10-23[youtube:channel] Fix testJaime Marquínez Ferrándiz
2015-10-18[youtube] Generalize playlist entries extraction (Closes #6699, closes #6992)Sergey M․
2015-09-14[youtube:channel] Correct 404 handlingPhilipp Hagemeister
2015-09-14[youtube:truncated_url] Add ?t=Philipp Hagemeister
2015-09-07[youtube:shows] Use httpsJaime Marquínez Ferrándiz
2015-09-07[youtube] fix show extraction (fixes #4841)remitamine
2015-09-06[youtube] Use encode_dictSergey M․
2015-08-30[youtube] Simplify and extract more metadata from url_encoded_fmt_stream_map ...Sergey M․
2015-08-30[youtube] Fix missing format details for 60fps DASH formatsAnssi Hannula
2015-08-26[youtube] Adapt player version regex to handle urls ending in '/html5player-n...Jaime Marquínez Ferrándiz
2015-08-17[youtube] Expand _VALID_URL to support vid.plusSergey M․
2015-08-16[youtube:search_url] Fix extraction (Closes #6578)Sergey M․
2015-08-15[youtube] Simplify two-factor authenticationSergey M․
2015-08-15[youtube] Fix two-factor authenticationreddraggone9
2015-08-12[youtube] Update testsSergey M․
2015-08-11[youtube] Add age limit to testsSergey M․
2015-08-11[youtube] Skip download for multiple v= testSergey M․
2015-08-10[youtube] Use the first v= argument in the URLPuck Meerburg
2015-07-29Merge remote-tracking branch 'dstftw/multifeed-videos' (closes #6360)Jaime Marquínez Ferrándiz
2015-07-29[youtube] Show info message for multifeed videos according to noplaylist optionSergey M․
2015-07-29[youtube] Improve tags extraction and add testSergey M․
2015-07-28[youtube]: tags key in info jason is now a listPurdea Andrei
2015-07-28[youtube] save keywords in info jason when --write-info-json is usedPurdea Andrei
2015-07-26[youtube] Use 'vp8' and 'vp9' in lowercase (fixes #6358)Jaime Marquínez Ferrándiz
2015-07-25[youtube] Respect noplaylist for multifeed videosSergey M․
2015-07-25[youtube] Add support for multifeed videosSergey M․
2015-07-25[youtube] Handle empty allowed regions (Closes #6351)Sergey M․
2015-07-23Merge pull request #6306 from jaimeMF/extract_start_timeSergey M.
2015-07-23[youtube] Also look into the 'start' field for start_timeJaime Marquínez Ferrándiz
2015-07-23[youtube] Extract end_timeJaime Marquínez Ferrándiz
2015-07-22[youtube] Don't use the DASH manifest from 'get_video_info' if 'use_cipher_si...Jaime Marquínez Ferrándiz
2015-07-20[youtube] Extract start_timeJaime Marquínez Ferrándiz
2015-07-20[youtube] Set 'is_live'Jaime Marquínez Ferrándiz
2015-07-20[youtube] Fix upload_date in testJaime Marquínez Ferrándiz
2015-07-20Merge remote-tracking branch 'yan12125/download-dash-segments' (#5886)Jaime Marquínez Ferrándiz
2015-07-17[youtube] Use compat_urllib_parse_unquote and compat_urllib_parse_unquote_plusSergey M․
2015-07-09[youtube] Make further DASH manifests not fatal after succeeded oneSergey M․
2015-06-30[youtube] Prefer meta for upload date and modernizeSergey M․
2015-06-30[youtube] Speed up upload date regex (#6125)Sergey M․
2015-06-29Merge pull request #6098 from dstftw/use-codecs-from-dash-manifestSergey M.
2015-06-29Merge pull request #6097 from dstftw/union-itags-from-multiple-dashmpdSergey M.
2015-06-29[youtube] Fix likes/dislike extractionSergey M․
2015-06-27[youtube] Add test for #6093Sergey M․
2015-06-27[youtube] Skip get_video_info requests when --youtube-skip-dash-manifest is s...Sergey M․
2015-06-27[youtube] Fix reference before assignment for video_infoSergey M․
2015-06-27[youtube] More useful messages for georestricted videos (#5716)Yen Chi Hsuan
2015-06-27[youtube] Simplify non-DASH formats exclusionSergey M․
2015-06-27[youtube] Pick up codecs info from DASH manifest when not set explicitlySergey M․
2015-06-27[youtube] Extract formats from multiple DASH manifests (Closes #6093)Sergey M․