Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | | | | | | | | release 2013.08.23 | Philipp Hagemeister | 2013-08-23 | 2 | -7/+11 | |
| | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | [youtube] update algo for length 86 (fixes #1302) | Jaime Marquínez Ferrándiz | 2013-08-23 | 2 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | Allow to specify multiple subtitles languages separated by commas (closes #518) | Jaime Marquínez Ferrándiz | 2013-08-23 | 4 | -20/+36 | |
| | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | Print a message before embedding the subtitles | Jaime Marquínez Ferrándiz | 2013-08-23 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | [xhamster] use determine_ext | Jaime Marquínez Ferrándiz | 2013-08-23 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | Merge pull request #1301 from rzhxeo/xhamster | Jaime Marquínez Ferrándiz | 2013-08-23 | 1 | -7/+9 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XHamsterIE: Fix video extension and add video description | |||||
| * | | | | | | | | | | | | | | | | | | XHamsterIE: Add video description | rzhxeo | 2013-08-23 | 1 | -6/+8 | |
| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | XHamsterIE: Fix video extension | rzhxeo | 2013-08-23 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cut off GET parameter | |||||
* | | | | | | | | | | | | | | | | | | Add a post processor for embedding subtitles in mp4 videos (closes #1052) | Jaime Marquínez Ferrándiz | 2013-08-23 | 4 | -3/+241 | |
| | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | [youtube] Fix download of subtitles with '--all-subs' | Jaime Marquínez Ferrándiz | 2013-08-23 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If _extract_subtitles is called the option 'write subtitles' is always true. | |||||
* | | | | | | | | | | | | | | | | | | Merge pull request #937 from jaimeMF/subtitles_rework | Jaime Marquínez Ferrándiz | 2013-08-23 | 4 | -92/+67 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | Subtitles rework | |||||
| * | | | | | | | | | | | | | | | | | Don't try to write the subtitles if it's None | Jaime Marquínez Ferrándiz | 2013-07-20 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | YoutubeIE: don't crash when trying to get automatic captions if the videos ↵ | Jaime Marquínez Ferrándiz | 2013-07-20 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | has standard subtitles. | |||||
| * | | | | | | | | | | | | | | | | | YoutubeIE: use the same function for getting the subtitles for the ↵ | Jaime Marquínez Ferrándiz | 2013-07-20 | 1 | -31/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "--write-sub" and "--all-sub" options | |||||
| * | | | | | | | | | | | | | | | | | Use a dictionary for storing the subtitles | Jaime Marquínez Ferrándiz | 2013-07-20 | 4 | -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 options | Jaime Marquínez Ferrándiz | 2013-07-20 | 1 | -17/+5 | |
| | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | [youtube] add algo for length 80 and update player info | Jaime Marquínez Ferrándiz | 2013-08-23 | 2 | -1/+6 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | Merge pull request #1297 from iemejia/master | Philipp Hagemeister | 2013-08-22 | 1 | -12/+15 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | [subtitles] separated subtitle options in their own group | |||||
| * | | | | | | | | | | | | | | | | [subtitles] separated subtitle options in their own group | Ismael Mejia | 2013-08-22 | 1 | -12/+15 | |
| | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | release 2013.08.22 | Philipp Hagemeister | 2013-08-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | [videofyme] Add an additional quality (they change between downloads of the ↵ | Jaime Marquínez Ferrándiz | 2013-08-22 | 1 | -4/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | info) and update md5 sum of the test video | |||||
* | | | | | | | | | | | | | | | | | [youtube] update algo for length 82 (fixes #1296) | Jaime Marquínez Ferrándiz | 2013-08-22 | 2 | -2/+2 | |
|/ / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | [youtube] fix the order of DASH formats | Jaime Marquínez Ferrándiz | 2013-08-22 | 1 | -9/+12 | |
| | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Merge pull request #1279 from xanadu/master | Jaime Marquínez Ferrándiz | 2013-08-22 | 1 | -6/+95 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | / / | |_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | Add YouTube DASH formats to YouTubeIE | |||||
| * | | | | | | | | | | | | | | fix hls test | Allan Zhou | 2013-08-20 | 1 | -5/+8 | |
| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | address review comment | Allan Zhou | 2013-08-20 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | fix code style | Allan Zhou | 2013-08-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | fix failed tests | Allan Zhou | 2013-08-19 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Add YouTube DASH formats to YouTubeIE | Allan Zhou | 2013-08-19 | 1 | -6/+90 | |
| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/master' | Allan Zhou | 2013-08-19 | 16 | -103/+344 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'upstream/master' | Allan Zhou | 2013-08-01 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Merge pull request #1266 from MiLk/py-generator | Jaime Marquínez Ferrándiz | 2013-08-22 | 1 | -9/+12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | Update the youtube algorithm generator | |||||
| * | | | | | | | | | | | | | | | Merge branch 'master' into py-generator | Emilien Kenler | 2013-08-18 | 2 | -4/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Update algo - see #1254 | Emilien Kenler | 2013-08-18 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Emilien Kenler <hello@emilienkenler.com> | |||||
| * | | | | | | | | | | | | | | | Update generator | Emilien Kenler | 2013-08-12 | 1 | -5/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Emilien Kenler <hello@emilienkenler.com> | |||||
* | | | | | | | | | | | | | | | | Credit Pierre Rudloff for JeuxVideoIE and UnistraIE | Jaime Marquínez Ferrándiz | 2013-08-22 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Rename utv.py to unistra.py and extract more info | Jaime Marquínez Ferrándiz | 2013-08-22 | 3 | -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 Rudloff | 2013-08-22 | 2 | -0/+23 | |
| |_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Squashed to a single commit to keep the file 'youtube-dl' unchanged and remove the revert commit. | |||||
* | | | | | | | | | | | | | | | [jeuxvideo] Extract more information and add test | Jaime Marquínez Ferrándiz | 2013-08-22 | 1 | -7/+21 | |
| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Merge pull request #1267 from Rudloff/master | Jaime Marquínez Ferrándiz | 2013-08-22 | 2 | -0/+34 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Download videos from jeuxvideo.com Edited to keep the file 'youtube-dl' unchanged. | |||||
| * | | | | | | | | | | | | | | | Download videos from jeuxvideo.com | Pierre Rudloff | 2013-08-22 | 2 | -0/+34 | |
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Add an extractor for PBS (closes #870 and #873) | Jaime Marquínez Ferrándiz | 2013-08-22 | 2 | -0/+35 | |
| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Add an extractor for tv.slashdot.org (closes #1192) | Jaime Marquínez Ferrándiz | 2013-08-21 | 2 | -0/+24 | |
| |_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It uses the ooyala platform, so it just extracts the ooyala url. | |||||
* | | | | | | | | | | | | | | [youtube] update uploader name for a test video: 'IconaPop' has changed to ↵ | Jaime Marquínez Ferrándiz | 2013-08-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'Icona Pop' | |||||
* | | | | | | | | | | | | | | [statigram] change test video | Jaime Marquínez Ferrándiz | 2013-08-21 | 1 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The old one cannot be accessed. | |||||
* | | | | | | | | | | | | | | [funnyordie] fix extraction of video url and title | Jaime Marquínez Ferrándiz | 2013-08-21 | 1 | -5/+2 | |
| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | [vevo] Fix urls with a query (#1258) | Jaime Marquínez Ferrándiz | 2013-08-21 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | [soundcloud] Support widget urls (fixes #1252) | Jaime Marquínez Ferrándiz | 2013-08-21 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | [vimeo] extract information for Vimeo Pro videos from ↵ | Jaime Marquínez Ferrándiz | 2013-08-21 | 1 | -13/+28 | |
| |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://player.vimeo.com/video/{video_id} (fixes #1197) For some videos https://vimeo.com/{video_id} doesn't work | |||||
* | | | | | | | | | | | | | Allow hours in ETA display (Fixes #1280) | Philipp Hagemeister | 2013-08-21 | 1 | -3/+7 | |
| | | | | | | | | | | | | |