summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | 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: Add video descriptionrzhxeo2013-08-231-6/+8
| * | | | | | | | | | | | | | | | | XHamsterIE: Fix video extensionrzhxeo2013-08-231-1/+1
| | |_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | | | Merge pull request #937 from jaimeMF/subtitles_reworkJaime Marquínez Ferrándiz2013-08-234-92/+67
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | 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 ha...Jaime Marquínez Ferrándiz2013-07-201-1/+3
| * | | | | | | | | | | | | | | | YoutubeIE: use the same function for getting the subtitles for the "--write-s...Jaime Marquínez Ferrándiz2013-07-201-31/+15
| * | | | | | | | | | | | | | | | Use a dictionary for storing the subtitlesJaime Marquínez Ferrándiz2013-07-204-60/+59
| * | | | | | | | | | | | | | | | 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 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 i...Jaime Marquínez Ferrándiz2013-08-221-4/+3
* | | | | | | | | | | | | | | | [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
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | / | |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch 'master' into py-generatorEmilien Kenler2013-08-182-4/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | Update algo - see #1254Emilien Kenler2013-08-181-5/+5
| * | | | | | | | | | | | | | Update generatorEmilien Kenler2013-08-121-5/+8
* | | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | Download from utv.unistra.fr (PR #1271)Pierre Rudloff2013-08-222-0/+23
| |_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | [jeuxvideo] Extract more information and add testJaime Marquínez Ferrándiz2013-08-221-7/+21
* | | | | | | | | | | | | | Merge pull request #1267 from Rudloff/masterJaime Marquínez Ferrándiz2013-08-222-0/+34
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Download videos from jeuxvideo.comPierre Rudloff2013-08-222-0/+34
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Add an extractor for PBS (closes #870 and #873)Jaime Marquínez Ferrándiz2013-08-222-0/+35
* | | | | | | | | | | | | | Add an extractor for tv.slashdot.org (closes #1192)Jaime Marquínez Ferrándiz2013-08-212-0/+24
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | [youtube] update uploader name for a test video: 'IconaPop' has changed to 'I...Jaime Marquínez Ferrándiz2013-08-211-1/+1
* | | | | | | | | | | | | [statigram] change test videoJaime Marquínez Ferrándiz2013-08-211-6/+6
* | | | | | | | | | | | | [funnyordie] fix extraction of video url and titleJaime Marquínez Ferrándiz2013-08-211-5/+2
* | | | | | | | | | | | | [vevo] Fix urls with a query (#1258)Jaime Marquínez Ferrándiz2013-08-211-3/+3
* | | | | | | | | | | | | [soundcloud] Support widget urls (fixes #1252)Jaime Marquínez Ferrándiz2013-08-211-0/+5
* | | | | | | | | | | | | [vimeo] extract information for Vimeo Pro videos from http://player.vimeo.com...Jaime Marquínez Ferrándiz2013-08-211-13/+28
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Allow hours in ETA display (Fixes #1280)Philipp Hagemeister2013-08-211-3/+7
* | | | | | | | | | | | [rtlnow] Add support for error message for queries from outside of GermanyPhilipp Hagemeister2013-08-211-1/+14
* | | | | | | | | | | | release 2013.08.21Philipp Hagemeister2013-08-211-1/+1
* | | | | | | | | | | | [generic] support HTML5 videoPhilipp Hagemeister2013-08-211-0/+3