Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | adding metacafe test | gcmalloc | 2012-10-12 | 1 | -1/+14 | |
| | | ||||||
| * | adding dailymotion test | gcmalloc | 2012-10-12 | 1 | -1/+16 | |
| | | ||||||
| * | some changes to keep the same standard | gcmalloc | 2012-10-12 | 2 | -49/+46 | |
| | | ||||||
| * | removing unused global modifier | gcmalloc | 2012-10-12 | 1 | -6/+5 | |
| | | ||||||
| * | correcting the makefile | gcmalloc | 2012-10-12 | 1 | -1/+1 | |
| | | ||||||
| * | changing test video | gcmalloc | 2012-10-12 | 1 | -3/+3 | |
| | | ||||||
| * | correction on the test for the utils.py | gcmalloc | 2012-10-12 | 1 | -5/+3 | |
| | | ||||||
| * | adding clean rule in the makefile | gcmalloc | 2012-10-12 | 1 | -1/+4 | |
| | | ||||||
| * | adding download test with md5 check | gcmalloc | 2012-10-12 | 1 | -0/+37 | |
| | | ||||||
| * | adding TestCase class and corresponding test | gcmalloc | 2012-10-12 | 1 | -13/+38 | |
| | | ||||||
| * | correction on the sanitize title method, change in title resulting | gcmalloc | 2012-10-12 | 2 | -29/+23 | |
| | | ||||||
| * | adding test rule in the Makefile | gcmalloc | 2012-10-12 | 1 | -0/+5 | |
| | | ||||||
* | | New IE: YouTube channels (closes #396) | Filippo Valsorda | 2012-10-14 | 2 | -0/+51 | |
|/ | ||||||
* | support EDU YouTube playlists (closes #407) | Filippo Valsorda | 2012-10-11 | 1 | -2/+2 | |
| | ||||||
* | release 2012.10.09 | Filippo Valsorda | 2012-10-09 | 4 | -2/+2 | |
| | ||||||
* | Added missing dependencies to Makefile | Filippo Valsorda | 2012-10-09 | 1 | -3/+2 | |
| | ||||||
* | Re-engineered Dailymotion qualities selection (thanks @knagano, sort of ↵ | Filippo Valsorda | 2012-10-09 | 1 | -9/+16 | |
| | | | | merges #176) | |||||
* | Merge PR #422 from 'kevinamadeus/master' | Filippo Valsorda | 2012-10-09 | 2 | -0/+125 | |
|\ | | | | | | | | | Add InfoExtractor for Google Plus video (with fixes) | |||||
| * | Add InfoExtractor for Google Plus video | Kevin Kwan | 2012-09-25 | 2 | -0/+125 | |
| | | ||||||
* | | Merge pull request #458 from grimreaper/patch-1 | Filippo Valsorda | 2012-10-09 | 1 | -1/+1 | |
|\ \ | | | | | | | There is nothing bash specific in release.sh, switch to /bin/sh | |||||
| * | | There is nothing bash specific here | grimreaper | 2012-10-06 | 1 | -1/+1 | |
| | | | | | | | | | /bin/bash is always wrong. Since there is nothing bash specific here, switch to /bin/sh | |||||
* | | | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | 2012-10-08 | 1 | -1/+6 | |
|\| | | ||||||
| * | | Merge pull request #452 from Tailszefox/local | Filippo Valsorda | 2012-10-03 | 1 | -1/+6 | |
| |\ \ | | | | | | | | | Added uploaded date for Dailymotion | |||||
| | * | | Added uploaded date for Dailymotion | Tailszefox | 2012-10-03 | 1 | -1/+6 | |
| |/ / | ||||||
* / / | Correct detect_executables on Windows (Closes #447, #457) | Philipp Hagemeister | 2012-10-08 | 1 | -7/+8 | |
|/ / | ||||||
* | | Fix docs | Philipp Hagemeister | 2012-10-01 | 2 | -2/+2 | |
| | | ||||||
* | | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | 2012-10-01 | 3 | -3/+5 | |
|\ \ | ||||||
| * | | Merged, modified and compiled Dailymotion pull request #446 by @Steap | Filippo Valsorda | 2012-09-30 | 3 | -2/+2 | |
| | | | ||||||
| * | | DailymotionIE: There is not necessarily an underscore in a Dailymotion URL. | Cyril Roelandt | 2012-09-30 | 1 | -1/+1 | |
| | | | ||||||
| * | | DailymotionIE: some videos do not use the "hqURL", "sdURL", "ldURL" ↵ | Cyril Roelandt | 2012-09-30 | 1 | -1/+3 | |
| | | | | | | | | | | | | keywords. In this case, the "video_url" keyword should be looked for. | |||||
* | | | Fix doc of extractor field | Philipp Hagemeister | 2012-10-01 | 1 | -1/+1 | |
|/ / | ||||||
* | | Updated youtube-dl.exe | Filippo Valsorda | 2012-09-29 | 1 | -0/+0 | |
| | | ||||||
* | | Merge pull request #403 from FiloSottile/re_VERBOSE | Filippo Valsorda | 2012-09-29 | 1 | -2/+24 | |
|\ \ | ||||||
| * | | Made the YouTubeIE regex verbose/commented | Filippo Valsorda | 2012-08-20 | 1 | -2/+23 | |
| |/ | ||||||
* | | Not all Dailymotion videos have an hqURL, now downloads highest quality ↵ | Filippo Valsorda | 2012-09-29 | 2 | -4/+7 | |
| | | | | | | | | available | |||||
* | | Fixed DailymotionIE, now downloads high-def mp4s, which might be too much (?) | Filippo Valsorda | 2012-09-29 | 2 | -9/+7 | |
| | | ||||||
* | | adding new --output replacements. Thanks @danut007ro (closes #442) | Filippo Valsorda | 2012-09-29 | 4 | -9/+24 | |
| | | ||||||
* | | added new FAQ on exe dependency | Filippo Valsorda | 2012-09-29 | 1 | -0/+4 | |
| | | ||||||
* | | New FAQ: What is this binary file? (+ small fix to other one) | Filippo Valsorda | 2012-09-28 | 1 | -2/+6 | |
| | | ||||||
* | | update default UA string (Closes #390) | Philipp Hagemeister | 2012-09-27 | 1 | -1/+1 | |
| | | ||||||
* | | Add recent breakage to FAQ (Closes #433) | Philipp Hagemeister | 2012-09-27 | 3 | -0/+52 | |
| | | ||||||
* | | Add new field "extractor" to the info dictionary | Philipp Hagemeister | 2012-09-27 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #425 from danut007ro/master | Philipp Hagemeister | 2012-09-27 | 1 | -0/+1 | |
|\ \ | | | | | | | Provider (youtube, etc) is now saved in info_dict | |||||
| * | | Provider (youtube, etc) is now saved in info_dict, so template filename can ↵ | danut007ro | 2012-09-27 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | be something like %(provider)s_%(id)s.%(ext)s This can be useful because videos should also be identified by their providers since id's can be the same on multiple providers. | |||||
| * | | Removed provider (mistake) and add provider parameter to process_info | danut007ro | 2012-09-27 | 2 | -26/+2 | |
| | | | ||||||
| * | | Merge branch 'master' of https://github.com/rg3/youtube-dl | danut007ro | 2012-09-26 | 1 | -1/+1 | |
| |\ \ | ||||||
| * | | | Every extractor also return it's name. | danut007ro | 2012-09-26 | 1 | -0/+24 | |
| | |/ | |/| | ||||||
* | | | Merge pull request #432 from cryzed/master | Philipp Hagemeister | 2012-09-27 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Fixed YouTube playlist parsing | |||||
| * | | | Fixed YouTube playlist parsing | cryzed | 2012-09-27 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Let Makefile use youtube-dl source code instead of compiled binary | Philipp Hagemeister | 2012-09-27 | 4 | -7/+7 | |
| | | | |