aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-18Update algo - see #1254Emilien Kenler
Signed-off-by: Emilien Kenler <hello@emilienkenler.com>
2013-08-18Add RTLnow extractorrzhxeo
2013-08-18Add RTLnow extractorrzhxeo
Supports http://rtl2now.rtl2.de and http://rtl-now.rtl.de
2013-08-17release 2013.08.172013.08.17Philipp Hagemeister
2013-08-16Merge pull request #1256 from patrickslin/patch-5Philipp Hagemeister
Length 85 changed again? (fixes #1254)
2013-08-16Length 85 changed again? (fixes #1254)patrickslin
2013-08-15release 2013.08.152013.08.15Philipp Hagemeister
2013-08-15Merge pull request #1248 from patrickslin/patch-4Philipp Hagemeister
Unable to Download Video (fixes #1247)
2013-08-15Unable to Download Video (fixes #1247)patrickslin
2013-08-14release 2013.08.142013.08.14Philipp Hagemeister
2013-08-14Merge pull request #1239 from patrickslin/patch-3Philipp Hagemeister
Updated Vevo Signature Length (fixes #1237)
2013-08-13Updated Vevo Signature Length (fixes #1237)patrickslin
2013-08-12Update generatorEmilien Kenler
Signed-off-by: Emilien Kenler <hello@emilienkenler.com>
2013-08-11[vevo] fix testcasePhilipp Hagemeister
2013-08-11Note update possibility on errors (thanks @chbrown, #1229)Philipp Hagemeister
2013-08-09release 2013.08.092013.08.09Philipp Hagemeister
2013-08-09Merge pull request #1218 from patrickslin/patch-2Philipp Hagemeister
New sig len 89 algo
2013-08-08New sig len 89 algopatrickslin
Fixes new YT encrypted sig len 89.
2013-08-08release 2013.08.08.12013.08.08.1Philipp Hagemeister
2013-08-08Merge pull request #1216 from patrickslin/patch-5Philipp Hagemeister
Invalid signature again (fixes #1215)
2013-08-08Invalid signature again (fixes #1215)patrickslin
2013-08-08Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2013-08-08Clarify template error message (#1209)Philipp Hagemeister
2013-08-07Merge pull request #1189 from cyisfor/masterPhilipp Hagemeister
More informative error
2013-08-08release 2013.08.082013.08.08Philipp Hagemeister
2013-08-07Merge remote-tracking branch 'patrickslin/patch-4'Philipp Hagemeister
2013-08-07Remove youtube sig testsPhilipp Hagemeister
The signature algo changes too often for the static test to make sense.
2013-08-07Merge commit '7a4c6cc92f9ffec9135652a49153caffa5520c29'Philipp Hagemeister
2013-08-06Encrypted sig 87 broken again (fixes #1200)patrickslin
2013-08-06Updated the 84 length signature decryptionAndreiArba
Updated the right 84 length signature decryption 06.08.2013
2013-08-05More informative erroruser
2013-08-04[collegehumor] support urls in the format www.collegehumor.com/e/{video_id} ↵Jaime Marquínez Ferrándiz
(fixes #1179)
2013-08-04Add an extractor from muzu.tv (closes #1177)Jaime Marquínez Ferrándiz
2013-08-03Add an extractor for videofy.me (closes #1171)Jaime Marquínez Ferrándiz
Also modify find_xpath_attr to accept values with spaces like for id="HQ on"
2013-08-03[arte] add support for downloading from http://liveweb.arte.tv (fixes #1014)Jaime Marquínez Ferrándiz
2013-08-03[arte] Prefer vídeos without subtitles in the same language (fixes #1173) ↵Jaime Marquínez Ferrándiz
and fix crash when there's no description
2013-08-02[myvideo] add support for videos that place the video info inside ↵Jaime Marquínez Ferrándiz
www.myvideo.de/service/data/video/{id}/config (fixes #616)
2013-08-02Add an extractor for Ooyala (closes #833)Jaime Marquínez Ferrándiz
Only works for some sites, it doesn't work for videos that use a f4m manifest
2013-08-02[youtube] don't crash in verbose mode if 'ad3_module' is not defined in age ↵Jaime Marquínez Ferrándiz
protected videos (fixes #1159)
2013-08-02release 2013.08.022013.08.02Philipp Hagemeister
2013-08-02[youtube]: new algo for length 83 (fixes #1164)Jaime Marquínez Ferrándiz
2013-08-02[youtube] show which formats are in 3D with "-F" and in the format fieldJaime Marquínez Ferrándiz
2013-08-02Merge pull request #1163 from xanadu/masterJaime Marquínez Ferrándiz
add support for download YouTube 3d format of 3d content
2013-08-01Merge remote-tracking branch 'upstream/master'Allan Zhou
2013-08-01add support for download YouTube 3d format of 3d contentAllan Zhou
2013-08-01Merge pull request #1161 from meyerd/masterJaime Marquínez Ferrándiz
Fix regex error when only subtitled video is available on arte.
2013-08-01Fix regex error when only subtitled video is available on arte.Dominik
2013-07-31[youtube] Add support for downloading videos with hlsvp (fixes #1083)Jaime Marquínez Ferrándiz
They are downloaded with a m3u8 manifest, they seem to be encrypted, but ffmpeg can handle them.
2013-07-31Allow to download from m3u8 manifests with ffmpegJaime Marquínez Ferrándiz
They are detected by the extension of the url.
2013-07-31Log a better error message if ffprobe or avconv are not found (related #1134)Jaime Marquínez Ferrándiz