summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master'Pierre Rudloff2013-08-2418-176/+579
|\
| * [generic] add support for relative URLs (Fixes #1308)Philipp Hagemeister2013-08-241-0/+2
| |
| * [generic] Support double slash URLs (Fixes #1309)Philipp Hagemeister2013-08-241-1/+5
| |
| * Install our own HTTPS handler as well (#1309)Philipp Hagemeister2013-08-241-8/+17
| |
| * [ro220] Add support for 220.roPhilipp Hagemeister2013-08-242-0/+45
| |
| * [youtube] update algo for length 84Jaime Marquínez Ferrándiz2013-08-242-3/+3
| |
| * Switch to domain yt-dl.orgPhilipp Hagemeister2013-08-233-14/+17
| |
| * release 2013.08.23Philipp Hagemeister2013-08-232-7/+11
| |
| * [youtube] update algo for length 86 (fixes #1302)Jaime Marquínez Ferrándiz2013-08-232-3/+3
| |
| * Allow to specify multiple subtitles languages separated by commas (closes #518)Jaime Marquínez Ferrándiz2013-08-234-20/+36
| |
| * Print a message before embedding the subtitlesJaime Marquínez Ferrándiz2013-08-231-0/+1
| |
| * [xhamster] use determine_extJaime Marquínez Ferrándiz2013-08-231-2/+2
| |
| * Merge pull request #1301 from rzhxeo/xhamsterJaime Marquínez Ferrándiz2013-08-231-7/+9
| |\ | | | | | | | | | XHamsterIE: Fix video extension and add video description
| | * XHamsterIE: Add video descriptionrzhxeo2013-08-231-6/+8
| | |
| | * XHamsterIE: Fix video extensionrzhxeo2013-08-231-1/+1
| | | | | | | | | Cut off GET parameter
| * | Add a post processor for embedding subtitles in mp4 videos (closes #1052)Jaime Marquínez Ferrándiz2013-08-234-3/+241
| | |
| * | [youtube] Fix download of subtitles with '--all-subs'Jaime Marquínez Ferrándiz2013-08-231-1/+3
| | | | | | | | | | | | If _extract_subtitles is called the option 'write subtitles' is always true.
| * | Merge pull request #937 from jaimeMF/subtitles_reworkJaime Marquínez Ferrándiz2013-08-234-92/+67
| |\ \ | | | | | | | | Subtitles rework
| | * | Don't try to write the subtitles if it's NoneJaime Marquínez Ferrándiz2013-07-201-0/+2
| | | |
| | * | YoutubeIE: don't crash when trying to get automatic captions if the videos ↵Jaime Marquínez Ferrándiz2013-07-201-1/+3
| | | | | | | | | | | | | | | | has standard subtitles.
| | * | YoutubeIE: use the same function for getting the subtitles for the ↵Jaime Marquínez Ferrándiz2013-07-201-31/+15
| | | | | | | | | | | | | | | | "--write-sub" and "--all-sub" options
| | * | Use a dictionary for storing the subtitlesJaime Marquínez Ferrándiz2013-07-204-60/+59
| | | | | | | | | | | | | | | | The errors while getting the subtitles are reported as warnings, if no subtitles are found return and empty dict.
| | * | Save subtitles using the same code for all the optionsJaime Marquínez Ferrándiz2013-07-201-17/+5
| | | |
| * | | [youtube] add algo for length 80 and update player infoJaime Marquínez Ferrándiz2013-08-232-1/+6
| | | |
| * | | Merge pull request #1297 from iemejia/masterPhilipp Hagemeister2013-08-221-12/+15
| |\ \ \ | | | | | | | | | | [subtitles] separated subtitle options in their own group
| | * | | [subtitles] separated subtitle options in their own groupIsmael Mejia2013-08-221-12/+15
| | | | |
| * | | | release 2013.08.22Philipp Hagemeister2013-08-221-1/+1
| | | | |
| * | | | [videofyme] Add an additional quality (they change between downloads of the ↵Jaime Marquínez Ferrándiz2013-08-221-4/+3
| | | | | | | | | | | | | | | | | | | | info) and update md5 sum of the test video
| * | | | [youtube] update algo for length 82 (fixes #1296)Jaime Marquínez Ferrándiz2013-08-222-2/+2
| |/ / /
| * | | [youtube] fix the order of DASH formatsJaime Marquínez Ferrándiz2013-08-221-9/+12
| | | |
| * | | Merge pull request #1279 from xanadu/masterJaime Marquínez Ferrándiz2013-08-221-6/+95
| |\ \ \ | | | | | | | | | | | | | | | Add YouTube DASH formats to YouTubeIE
| | * | | fix hls testAllan Zhou2013-08-201-5/+8
| | | | |
| | * | | address review commentAllan Zhou2013-08-201-1/+3
| | | | |
| | * | | fix code styleAllan Zhou2013-08-201-1/+1
| | | | |
| | * | | fix failed testsAllan Zhou2013-08-191-3/+3
| | | | |
| | * | | Add YouTube DASH formats to YouTubeIEAllan Zhou2013-08-191-6/+90
| | | | |
| | * | | Merge remote-tracking branch 'upstream/master'Allan Zhou2013-08-1916-103/+344
| | |\ \ \
| | * \ \ \ Merge remote-tracking branch 'upstream/master'Allan Zhou2013-08-011-1/+1
| | |\ \ \ \
| * | \ \ \ \ Merge pull request #1266 from MiLk/py-generatorJaime Marquínez Ferrándiz2013-08-221-9/+12
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Update the youtube algorithm generator
| | * \ \ \ \ \ Merge branch 'master' into py-generatorEmilien Kenler2013-08-182-4/+4
| | |\ \ \ \ \ \
| | * | | | | | | Update algo - see #1254Emilien Kenler2013-08-181-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Emilien Kenler <hello@emilienkenler.com>
| | * | | | | | | Update generatorEmilien Kenler2013-08-121-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Emilien Kenler <hello@emilienkenler.com>
* | | | | | | | | Merge remote-tracking branch 'upstream/master'Pierre Rudloff2013-08-223-0/+34
|\| | | | | | | |
| * | | | | | | | Credit Pierre Rudloff for JeuxVideoIE and UnistraIEJaime Marquínez Ferrándiz2013-08-221-0/+1
| | | | | | | | |
| * | | | | | | | Rename utv.py to unistra.py and extract more infoJaime Marquínez Ferrándiz2013-08-223-23/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are other sites that could be named utv, which would conflict if they are added
| * | | | | | | | Download from utv.unistra.fr (PR #1271)Pierre Rudloff2013-08-222-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Squashed to a single commit to keep the file 'youtube-dl' unchanged and remove the revert commit.
* | | | | | | | | Merge remote-tracking branch 'upstream/master'Pierre Rudloff2013-08-221-0/+0
| | | | | | | | |
* | | | | | | | | Merge remote-tracking branch 'upstream/master'Pierre Rudloff2013-08-221-1/+0
| | | | | | | | |
* | | | | | | | | Merge remote-tracking branch 'upstream/master'Pierre Rudloff2013-08-2217-62/+300
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: youtube_dl/extractor/jeuxvideo.py
| * | | | | | | | [jeuxvideo] Extract more information and add testJaime Marquínez Ferrándiz2013-08-221-7/+21
| | | | | | | | |