aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/youtube.py
AgeCommit message (Expand)Author
2013-07-19YoutubeIE: new algo for length 85 (closes #1080), thanks to @patrickslinJaime Marquínez Ferrándiz
2013-07-18YoutubeIE: add algo for length 90 (closes #1064)Jaime Marquínez Ferrándiz
2013-07-17YoutubeIE: some encrypted signatures have more than two parts, print the size...Jaime Marquínez Ferrándiz
2013-07-17[youtube] Add code for signature 92 (Closes #1060)Philipp Hagemeister
2013-07-17Revert "[youtube] improved decrypt_signature, closes #1060"Philipp Hagemeister
2013-07-17[youtube] improved decrypt_signature, closes #1060Anton Novosyolov
2013-07-11YoutubeIE: add algo for length 81 (closes #1026)Jaime Marquínez Ferrándiz
2013-07-11YoutubeIE: a new algo for length 83Jaime Marquínez Ferrándiz
2013-07-10YoutubeIE: show a more meaningful error when it founds a rtmpe download (rela...Jaime Marquínez Ferrándiz
2013-07-10YoutubeIE: new algo for length 83 (closes #1017 and closes #1016)Jaime Marquínez Ferrándiz
2013-07-09YoutubeIE: Fix vevo explicit videos (closes #956)Jaime Marquínez Ferrándiz
2013-07-08YoutubeSubscriptionsIE: raise an error if there's no login information.Jaime Marquínez Ferrándiz
2013-07-08YoutubeIE: use the new method in the base IE for getting the login infoJaime Marquínez Ferrándiz
2013-07-08Do not redefine variables in list comprehensionsPhilipp Hagemeister
2013-07-07YoutubeIE: extract the thumbnail in the best possible qualityJaime Marquínez Ferrándiz
2013-07-07[youtube:subscriptions] Use colon for differentiation of shortcutsPhilipp Hagemeister
2013-07-07[youtube] Add and extractor for the subscriptions feed (closes #498)Jaime Marquínez Ferrándiz
2013-07-02Do not show bug report for errors that are to be expected (Closes #973)Philipp Hagemeister
2013-07-01Add --list-extractor-descriptions (human-readable list of IEs)Philipp Hagemeister
2013-07-01[youtube]: add YoutubeShowIE (closes #14)Jaime Marquínez Ferrándiz
2013-07-01YoutubeIE: use a negative index when accessing the last element of the format...Jaime Marquínez Ferrándiz
2013-07-01YoutubeIE: extract the correct video id for movie URLs (closes #597)Jaime Marquínez Ferrándiz
2013-07-01[youtube] Warn if URL is most likely wrong (#969)Philipp Hagemeister
2013-06-29keep track of the dates and html5player versions of working YT signature algosFilippo Valsorda
2013-06-27[youtube] Fix tests in 2.xPhilipp Hagemeister
2013-06-27Allow _TESTS attribute for IEs with multiple testsPhilipp Hagemeister
2013-06-27YoutubeIE: update the docstrings and the error message of _decrypt_signatureJaime Marquínez Ferrándiz
2013-06-27print more encrypted signature info on -v (rel: #948)Filippo Valsorda
2013-06-27a new day, a new s algo - fix #946Filippo Valsorda
2013-06-27simplify youtube signature generationPhilipp Hagemeister
2013-06-27Add a clean-room implementation for youtube signaturesPhilipp Hagemeister
2013-06-25Add the option "--write-auto-sub" to download automatic subtitles from YoutubeJaime Marquínez Ferrándiz
2013-06-25improve generic and encrypted signature error messagesFilippo Valsorda
2013-06-25Handle video pages without vevo IDs (Fixes #923)Philipp Hagemeister
2013-06-24YoutubeIE: Extend decryption of signatures to all videos that have the 's' fi...Jaime Marquínez Ferrándiz
2013-06-24[youtube] fix condition always being evaluated to trueJaime Marquínez Ferrándiz
2013-06-24[youtube] Use mp4 as extension for format 38 (Fixes #892)Philipp Hagemeister
2013-06-23Move YoutubeSearchIE to the other youtube IEsPhilipp Hagemeister
2013-06-23Move Metacafe and Statigram into their own files, and remove absolute importPhilipp Hagemeister
2013-06-23[youtube] remove dead codePhilipp Hagemeister
2013-06-23Move youtube extractors to youtube_dl.extractor.youtubePhilipp Hagemeister