]> jfr.im git - yt-dlp.git/history - youtube_dl/extractor/youtube.py
Merge remote-tracking branch 'upstream/master'
[yt-dlp.git] / youtube_dl / extractor / youtube.py
2013-08-20  Allan ZhouMerge remote-tracking branch 'upstream/master'
2013-08-19  Philipp Hagemeister[youtube] Support watch_popup URLs (Fixes #1275)
2013-08-19  Philipp HagemeisterMerge pull request #1273 from rzhxeo/rtlnow
2013-08-18  Philipp HagemeisterMerge remote-tracking branch 'rzhxeo/rtlnow'
2013-08-16  Philipp HagemeisterMerge pull request #1256 from patrickslin/patch-5
2013-08-16  patrickslinLength 85 changed again? (fixes #1254)
2013-08-15  Philipp HagemeisterMerge pull request #1248 from patrickslin/patch-4
2013-08-15  patrickslinUnable to Download Video (fixes #1247)
2013-08-14  Philipp HagemeisterMerge pull request #1239 from patrickslin/patch-3
2013-08-14  patrickslinUpdated Vevo Signature Length (fixes #1237)
2013-08-09  Philipp HagemeisterMerge pull request #1218 from patrickslin/patch-2
2013-08-09  patrickslinNew sig len 89 algo
2013-08-08  Philipp HagemeisterMerge pull request #1216 from patrickslin/patch-5
2013-08-08  patrickslinInvalid signature again (fixes #1215)
2013-08-08  Philipp HagemeisterMerge pull request #1189 from cyisfor/master
2013-08-07  Philipp HagemeisterMerge remote-tracking branch 'patrickslin/patch-4'
2013-08-07  Philipp HagemeisterMerge commit '7a4c6cc92f9ffec9135652a49153caffa5520c29'
2013-08-07  patrickslinEncrypted sig 87 broken again (fixes #1200)
2013-08-06  AndreiArbaUpdated the 84 length signature decryption
2013-08-02  Jaime Marquínez... [youtube] don't crash in verbose mode if 'ad3_module...
2013-08-02  Jaime Marquínez... [youtube]: new algo for length 83 (fixes #1164)
2013-08-02  Jaime Marquínez... [youtube] show which formats are in 3D with "-F" and...
2013-08-02  Jaime Marquínez... Merge pull request #1163 from xanadu/master
2013-08-01  Allan ZhouMerge remote-tracking branch 'upstream/master'
2013-08-01  Allan Zhouadd support for download YouTube 3d format of 3d content
2013-07-31  Jaime Marquínez... [youtube] Add support for downloading videos with hlsvp...
2013-07-31  Jaime Marquínez... YoutubeIE: with age protected videos, add a missing...
2013-07-31  Jaime Marquínez... YoutubeIE: new algo for length 86 (fixes #1156)
2013-07-25  Jaime Marquínez... YoutubeIE: add algo for length 79 (fixes #1126)
2013-07-25  Jaime Marquínez... YoutubeIE: new algo for length 81 (fixes #1127)
2013-07-24  Jaime Marquínez... [youtube] use itertools.count instead of a "while True...
2013-07-24  Jaime Marquínez... [youtube] add an extractor for the "Watch Later" list
2013-07-24  Jaime Marquínez... Add an extractor for downloading the Youtube favorite...
2013-07-24  Jaime Marquínez... YoutubeIE: Move the code from _real_initialize to a...
2013-07-24  Jaime Marquínez... YoutubePlaylistIE: break only if there's no entry field...
2013-07-24  Jaime Marquínez... Merge pull request #1114 from alexvh/traileraddict_hd
2013-07-24  Jaime Marquínez... Merge pull request #1113 from alexvh/master
2013-07-24  patrickslinYoutubeIE: new algo for length 87 (fixes #1105)
2013-07-23  Philipp HagemeisterMerge branch 'master' of github.com:rg3/youtube-dl
2013-07-23  Jaime Marquínez... YoutubeChannelE: switch ajax query from channel_ajax...
2013-07-20  Jaime Marquínez... [youtube] Add an extractor for Youtube recommended...
2013-07-20  Philipp HagemeisterMerge remote-tracking branch 'yasoob/master'
2013-07-19  Jaime Marquínez... YoutubeIE: new algo for length 85 (closes #1080), thank...
2013-07-18  Jaime Marquínez... YoutubeIE: add algo for length 90 (closes #1064)
2013-07-17  Jaime Marquínez... YoutubeIE: some encrypted signatures have more than...
2013-07-17  Philipp Hagemeister[youtube] Add code for signature 92 (Closes #1060)
2013-07-17  Philipp HagemeisterRevert "[youtube] improved decrypt_signature, closes...
2013-07-17  Philipp HagemeisterMerge remote-tracking branch 'Forever-Young/patch-1'
2013-07-17  Anton Novosyolov[youtube] improved decrypt_signature, closes #1060
2013-07-11  Jaime Marquínez... YoutubeIE: add algo for length 81 (closes #1026)
2013-07-11  Jaime Marquínez... YoutubeIE: a new algo for length 83
2013-07-11  Philipp HagemeisterMerge remote-tracking branch 'yasoob/master'
2013-07-10  Jaime Marquínez... YoutubeIE: show a more meaningful error when it founds...
2013-07-10  Jaime Marquínez... YoutubeIE: new algo for length 83 (closes #1017 and...
2013-07-09  Jaime Marquínez... YoutubeIE: Fix vevo explicit videos (closes #956)
2013-07-08  Jaime Marquínez... YoutubeSubscriptionsIE: raise an error if there's no...
2013-07-08  Jaime Marquínez... YoutubeIE: use the new method in the base IE for gettin...
2013-07-08  Philipp HagemeisterDo not redefine variables in list comprehensions
2013-07-07  Philipp HagemeisterMerge branch 'master' of github.com:rg3/youtube-dl
2013-07-07  Jaime Marquínez... YoutubeIE: extract the thumbnail in the best possible...
2013-07-07  Philipp Hagemeister[youtube:subscriptions] Use colon for differentiation...
2013-07-07  Jaime Marquínez... [youtube] Add and extractor for the subscriptions feed...
2013-07-02  Philipp HagemeisterDo not show bug report for errors that are to be expect...
2013-07-01  Philipp HagemeisterAdd --list-extractor-descriptions (human-readable list...
2013-07-01  Philipp HagemeisterMerge branch 'master' of github.com:rg3/youtube-dl
2013-07-01  Jaime Marquínez... [youtube]: add YoutubeShowIE (closes #14)
2013-07-01  Jaime Marquínez... YoutubeIE: use a negative index when accessing the...
2013-07-01  Jaime Marquínez... YoutubeIE: extract the correct video id for movie URLs...
2013-07-01  Philipp HagemeisterMerge remote-tracking branch 'yasoob/master'
2013-07-01  Philipp Hagemeister[youtube] Warn if URL is most likely wrong (#969)
2013-06-28  Filippo Valsordakeep track of the dates and html5player versions of...
2013-06-27  Philipp HagemeisterMerge branch 'generate-ie-list'
2013-06-27  Philipp HagemeisterMerge pull request #954 from gitprojs/generic
2013-06-27  Philipp Hagemeister[youtube] Fix tests in 2.x
2013-06-27  Philipp HagemeisterAllow _TESTS attribute for IEs with multiple tests
2013-06-27  Philipp HagemeisterMerge remote-tracking branch 'gitprojs/master'
2013-06-27  Philipp HagemeisterMerge remote-tracking branch 'origin/HEAD'
2013-06-27  Philipp HagemeisterMerge remote-tracking branch 'JohnyMoSwag/master'
2013-06-27  Jaime Marquínez... YoutubeIE: update the docstrings and the error message...
2013-06-27  Filippo Valsordaprint more encrypted signature info on -v (rel: #948)
2013-06-27  Filippo Valsordaa new day, a new s algo - fix #946
2013-06-27  Philipp Hagemeistersimplify youtube signature generation
2013-06-26  Philipp HagemeisterMerge branch 'master' of github.com:rg3/youtube-dl
2013-06-26  Philipp HagemeisterAdd a clean-room implementation for youtube signatures
2013-06-25  Jaime Marquínez... Add the option "--write-auto-sub" to download automatic...
2013-06-25  Jaime Marquínez... Merge pull request #922 from JohnyMoSwag/master
2013-06-25  Philipp HagemeisterAdd Jukebox IE
2013-06-25  Filippo Valsordaimprove generic and encrypted signature error messages
2013-06-25  Philipp HagemeisterHandle video pages without vevo IDs (Fixes #923)
2013-06-24  Jaime Marquínez... YoutubeIE: Extend decryption of signatures to all video...
2013-06-24  Jaime Marquínez... [youtube] fix condition always being evaluated to true
2013-06-23  Philipp Hagemeister[youtube] Use mp4 as extension for format 38 (Fixes...
2013-06-23  Philipp Hagemeister[break] adapt to new paths
2013-06-23  Philipp HagemeisterMove YoutubeSearchIE to the other youtube IEs
2013-06-23  Philipp HagemeisterMove Metacafe and Statigram into their own files, and...
2013-06-23  Philipp Hagemeister[youtube] remove dead code
2013-06-23  Philipp HagemeisterMove youtube extractors to youtube_dl.extractor.youtube