summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * adding metacafe testgcmalloc2012-10-121-1/+14
| |
| * adding dailymotion testgcmalloc2012-10-121-1/+16
| |
| * some changes to keep the same standardgcmalloc2012-10-122-49/+46
| |
| * removing unused global modifiergcmalloc2012-10-121-6/+5
| |
| * correcting the makefilegcmalloc2012-10-121-1/+1
| |
| * changing test videogcmalloc2012-10-121-3/+3
| |
| * correction on the test for the utils.pygcmalloc2012-10-121-5/+3
| |
| * adding clean rule in the makefilegcmalloc2012-10-121-1/+4
| |
| * adding download test with md5 checkgcmalloc2012-10-121-0/+37
| |
| * adding TestCase class and corresponding testgcmalloc2012-10-121-13/+38
| |
| * correction on the sanitize title method, change in title resultinggcmalloc2012-10-122-29/+23
| |
| * adding test rule in the Makefilegcmalloc2012-10-121-0/+5
| |
* | New IE: YouTube channels (closes #396)Filippo Valsorda2012-10-142-0/+51
|/
* support EDU YouTube playlists (closes #407)Filippo Valsorda2012-10-111-2/+2
|
* release 2012.10.09Filippo Valsorda2012-10-094-2/+2
|
* Added missing dependencies to MakefileFilippo Valsorda2012-10-091-3/+2
|
* Re-engineered Dailymotion qualities selection (thanks @knagano, sort of ↵Filippo Valsorda2012-10-091-9/+16
| | | | merges #176)
* Merge PR #422 from 'kevinamadeus/master'Filippo Valsorda2012-10-092-0/+125
|\ | | | | | | | | Add InfoExtractor for Google Plus video (with fixes)
| * Add InfoExtractor for Google Plus videoKevin Kwan2012-09-252-0/+125
| |
* | Merge pull request #458 from grimreaper/patch-1Filippo Valsorda2012-10-091-1/+1
|\ \ | | | | | | There is nothing bash specific in release.sh, switch to /bin/sh
| * | There is nothing bash specific heregrimreaper2012-10-061-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-dlPhilipp Hagemeister2012-10-081-1/+6
|\| |
| * | Merge pull request #452 from Tailszefox/localFilippo Valsorda2012-10-031-1/+6
| |\ \ | | | | | | | | Added uploaded date for Dailymotion
| | * | Added uploaded date for DailymotionTailszefox2012-10-031-1/+6
| |/ /
* / / Correct detect_executables on Windows (Closes #447, #457)Philipp Hagemeister2012-10-081-7/+8
|/ /
* | Fix docsPhilipp Hagemeister2012-10-012-2/+2
| |
* | Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2012-10-013-3/+5
|\ \
| * | Merged, modified and compiled Dailymotion pull request #446 by @SteapFilippo Valsorda2012-09-303-2/+2
| | |
| * | DailymotionIE: There is not necessarily an underscore in a Dailymotion URL.Cyril Roelandt2012-09-301-1/+1
| | |
| * | DailymotionIE: some videos do not use the "hqURL", "sdURL", "ldURL" ↵Cyril Roelandt2012-09-301-1/+3
| | | | | | | | | | | | keywords. In this case, the "video_url" keyword should be looked for.
* | | Fix doc of extractor fieldPhilipp Hagemeister2012-10-011-1/+1
|/ /
* | Updated youtube-dl.exeFilippo Valsorda2012-09-291-0/+0
| |
* | Merge pull request #403 from FiloSottile/re_VERBOSEFilippo Valsorda2012-09-291-2/+24
|\ \
| * | Made the YouTubeIE regex verbose/commentedFilippo Valsorda2012-08-201-2/+23
| |/
* | Not all Dailymotion videos have an hqURL, now downloads highest quality ↵Filippo Valsorda2012-09-292-4/+7
| | | | | | | | available
* | Fixed DailymotionIE, now downloads high-def mp4s, which might be too much (?)Filippo Valsorda2012-09-292-9/+7
| |
* | adding new --output replacements. Thanks @danut007ro (closes #442)Filippo Valsorda2012-09-294-9/+24
| |
* | added new FAQ on exe dependencyFilippo Valsorda2012-09-291-0/+4
| |
* | New FAQ: What is this binary file? (+ small fix to other one)Filippo Valsorda2012-09-281-2/+6
| |
* | update default UA string (Closes #390)Philipp Hagemeister2012-09-271-1/+1
| |
* | Add recent breakage to FAQ (Closes #433)Philipp Hagemeister2012-09-273-0/+52
| |
* | Add new field "extractor" to the info dictionaryPhilipp Hagemeister2012-09-271-1/+1
| |
* | Merge pull request #425 from danut007ro/masterPhilipp Hagemeister2012-09-271-0/+1
|\ \ | | | | | | Provider (youtube, etc) is now saved in info_dict
| * | Provider (youtube, etc) is now saved in info_dict, so template filename can ↵danut007ro2012-09-271-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_infodanut007ro2012-09-272-26/+2
| | |
| * | Merge branch 'master' of https://github.com/rg3/youtube-dldanut007ro2012-09-261-1/+1
| |\ \
| * | | Every extractor also return it's name.danut007ro2012-09-261-0/+24
| | |/ | |/|
* | | Merge pull request #432 from cryzed/masterPhilipp Hagemeister2012-09-271-1/+1
|\ \ \ | | | | | | | | Fixed YouTube playlist parsing
| * | | Fixed YouTube playlist parsingcryzed2012-09-271-1/+1
| | | |
* | | | Let Makefile use youtube-dl source code instead of compiled binaryPhilipp Hagemeister2012-09-274-7/+7
| | | |