summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master'Allan Zhou2013-08-1916-103/+344
|\
| * [youtube] Support watch_popup URLs (Fixes #1275)Philipp Hagemeister2013-08-192-1/+2
| |
| * Merge pull request #1273 from rzhxeo/rtlnowPhilipp Hagemeister2013-08-191-3/+15
| |\ | | | | | | Add support for http://voxnow.de
| | * Add VOXnow to RTLnow extractorrzhxeo2013-08-191-3/+15
| | |
| * | Merge remote-tracking branch 'rzhxeo/rtlnow'Philipp Hagemeister2013-08-192-0/+89
| |\|
| | * Add RTLnow extractorrzhxeo2013-08-181-0/+1
| | |
| | * Add RTLnow extractorrzhxeo2013-08-181-0/+88
| | | | | | | | | Supports http://rtl2now.rtl2.de and http://rtl-now.rtl.de
| * | release 2013.08.17Philipp Hagemeister2013-08-171-1/+1
| | |
| * | Merge pull request #1256 from patrickslin/patch-5Philipp Hagemeister2013-08-161-1/+1
| |\ \ | | | | | | | | Length 85 changed again? (fixes #1254)
| | * | Length 85 changed again? (fixes #1254)patrickslin2013-08-161-1/+1
| |/ /
| * | release 2013.08.15Philipp Hagemeister2013-08-151-1/+1
| | |
| * | Merge pull request #1248 from patrickslin/patch-4Philipp Hagemeister2013-08-151-1/+1
| |\ \ | | | | | | | | Unable to Download Video (fixes #1247)
| | * | Unable to Download Video (fixes #1247)patrickslin2013-08-151-1/+1
| |/ /
| * | release 2013.08.14Philipp Hagemeister2013-08-141-1/+1
| | |
| * | Merge pull request #1239 from patrickslin/patch-3Philipp Hagemeister2013-08-141-1/+1
| |\ \ | | | | | | | | Updated Vevo Signature Length (fixes #1237)
| | * | Updated Vevo Signature Length (fixes #1237)patrickslin2013-08-131-1/+1
| |/ /
| * | [vevo] fix testcasePhilipp Hagemeister2013-08-111-2/+2
| | |
| * | Note update possibility on errors (thanks @chbrown, #1229)Philipp Hagemeister2013-08-111-1/+1
| | |
| * | release 2013.08.09Philipp Hagemeister2013-08-091-1/+1
| | |
| * | Merge pull request #1218 from patrickslin/patch-2Philipp Hagemeister2013-08-091-0/+2
| |\ \ | | | | | | | | New sig len 89 algo
| | * | New sig len 89 algopatrickslin2013-08-081-0/+2
| |/ / | | | | | | Fixes new YT encrypted sig len 89.
| * | release 2013.08.08.1Philipp Hagemeister2013-08-081-1/+1
| | |
| * | Merge pull request #1216 from patrickslin/patch-5Philipp Hagemeister2013-08-081-1/+1
| |\ \ | | |/ | |/| Invalid signature again (fixes #1215)
| | * Invalid signature again (fixes #1215)patrickslin2013-08-081-1/+1
| |/
| * Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2013-08-081-1/+1
| |\
| | * Merge pull request #1189 from cyisfor/masterPhilipp Hagemeister2013-08-071-1/+1
| | |\ | | | | | | | | More informative error
| | | * More informative erroruser2013-08-051-1/+1
| | | |
| * | | Clarify template error message (#1209)Philipp Hagemeister2013-08-081-1/+1
| |/ /
| * | release 2013.08.08Philipp Hagemeister2013-08-081-1/+1
| | |
| * | Merge remote-tracking branch 'patrickslin/patch-4'Philipp Hagemeister2013-08-071-1/+1
| |\ \
| | * | Encrypted sig 87 broken again (fixes #1200)patrickslin2013-08-061-1/+1
| | |/
| * | Remove youtube sig testsPhilipp Hagemeister2013-08-071-79/+0
| | | | | | | | | | | | The signature algo changes too often for the static test to make sense.
| * | Merge commit '7a4c6cc92f9ffec9135652a49153caffa5520c29'Philipp Hagemeister2013-08-071-1/+1
| |\ \ | | |/ | |/|
| | * Updated the 84 length signature decryptionAndreiArba2013-08-061-1/+1
| | | | | | | | | Updated the right 84 length signature decryption 06.08.2013
| * | [collegehumor] support urls in the format www.collegehumor.com/e/{video_id} ↵Jaime Marquínez Ferrándiz2013-08-041-1/+1
| | | | | | | | | | | | (fixes #1179)
| * | Add an extractor from muzu.tv (closes #1177)Jaime Marquínez Ferrándiz2013-08-042-0/+65
| | |
| * | Add an extractor for videofy.me (closes #1171)Jaime Marquínez Ferrándiz2013-08-033-1/+51
| | | | | | | | | | | | Also modify find_xpath_attr to accept values with spaces like for id="HQ on"
| * | [arte] add support for downloading from http://liveweb.arte.tv (fixes #1014)Jaime Marquínez Ferrándiz2013-08-031-1/+27
| | |
| * | [arte] Prefer vídeos without subtitles in the same language (fixes #1173) ↵Jaime Marquínez Ferrándiz2013-08-031-1/+3
| | | | | | | | | | | | and fix crash when there's no description
| * | [myvideo] add support for videos that place the video info inside ↵Jaime Marquínez Ferrándiz2013-08-021-1/+17
| | | | | | | | | | | | www.myvideo.de/service/data/video/{id}/config (fixes #616)
| * | Add an extractor for Ooyala (closes #833)Jaime Marquínez Ferrándiz2013-08-022-0/+53
| | | | | | | | | | | | Only works for some sites, it doesn't work for videos that use a f4m manifest
| * | [youtube] don't crash in verbose mode if 'ad3_module' is not defined in age ↵Jaime Marquínez Ferrándiz2013-08-021-2/+2
| | | | | | | | | | | | protected videos (fixes #1159)
| * | release 2013.08.02Philipp Hagemeister2013-08-021-1/+1
| | |
| * | [youtube]: new algo for length 83 (fixes #1164)Jaime Marquínez Ferrándiz2013-08-023-4/+4
| | |
| * | [youtube] show which formats are in 3D with "-F" and in the format fieldJaime Marquínez Ferrándiz2013-08-021-3/+7
| | |
| * | Merge pull request #1163 from xanadu/masterJaime Marquínez Ferrándiz2013-08-021-0/+18
| |\ \ | | | | | | | | | | | | add support for download YouTube 3d format of 3d content
* | | | Merge remote-tracking branch 'upstream/master'Allan Zhou2013-08-011-1/+1
|\| | | | |/ / |/| |
| * | Merge pull request #1161 from meyerd/masterJaime Marquínez Ferrándiz2013-08-011-1/+1
| |\ \ | | | | | | | | Fix regex error when only subtitled video is available on arte.
| | * | Fix regex error when only subtitled video is available on arte.Dominik2013-08-011-1/+1
| |/ /
* / / add support for download YouTube 3d format of 3d contentAllan Zhou2013-08-011-0/+18
|/ /