Commit Graph

2087 Commits (9460db832ce2dc61456b2ad82e3b6190465a2133)
 

Author SHA1 Message Date
Philipp Hagemeister 9460db832c [ro220] Add support for 220.ro
Jaime Marquínez Ferrándiz f2aeefe29c [youtube] update algo for length 84
Philipp Hagemeister d2d1eb5b0a Switch to domain yt-dl.org
Philipp Hagemeister 8ae7be3ef4 release 2013.08.23
Jaime Marquínez Ferrándiz 306170518f [youtube] update algo for length 86 (fixes )
Jaime Marquínez Ferrándiz aa6a10c44a Allow to specify multiple subtitles languages separated by commas (closes )
Jaime Marquínez Ferrándiz 9af73dc4fc Print a message before embedding the subtitles
Jaime Marquínez Ferrándiz fc483bb6af [xhamster] use determine_ext
Jaime Marquínez Ferrándiz 53b0f3e4e2 Merge pull request from rzhxeo/xhamster
XHamsterIE: Fix video extension and add video description
rzhxeo 4353cf51a0 XHamsterIE: Add video description
rzhxeo ce34e9ce5e XHamsterIE: Fix video extension
Cut off GET parameter
Jaime Marquínez Ferrándiz d4051a8e05 Add a post processor for embedding subtitles in mp4 videos (closes )
Jaime Marquínez Ferrándiz df3df7fb64 [youtube] Fix download of subtitles with '--all-subs'
If _extract_subtitles is called the option 'write subtitles' is always true.
Jaime Marquínez Ferrándiz 9e9c164052 Merge pull request from jaimeMF/subtitles_rework
Subtitles rework
Jaime Marquínez Ferrándiz 066090dd3f [youtube] add algo for length 80 and update player info
Philipp Hagemeister 74e6672beb Merge pull request from iemejia/master
[subtitles] separated subtitle options in their own group
Philipp Hagemeister 02bcf0d389 release 2013.08.22
Jaime Marquínez Ferrándiz 10204dc898 [videofyme] Add an additional quality (they change between downloads of the info) and update md5 sum of the test video
Ismael Mejia 1865ed31b9 [subtitles] separated subtitle options in their own group
Jaime Marquínez Ferrándiz 3669cdba10 [youtube] update algo for length 82 (fixes )
Jaime Marquínez Ferrándiz 939fbd26ac [youtube] fix the order of DASH formats
Jaime Marquínez Ferrándiz e6ddb4e7af Merge pull request from xanadu/master
Add YouTube DASH formats to YouTubeIE
Jaime Marquínez Ferrándiz 83390b83d9 Merge pull request from MiLk/py-generator
Update the youtube algorithm generator
Jaime Marquínez Ferrándiz 4a55479fa9 Credit Pierre Rudloff for JeuxVideoIE and UnistraIE
Jaime Marquínez Ferrándiz f527115b5f Rename utv.py to unistra.py and extract more info
There are other sites that could be named utv, which would conflict if they are added
Pierre Rudloff 75e1b46add Download from utv.unistra.fr (PR )
Squashed to a single commit to keep the file 'youtube-dl' unchanged and remove the revert commit.
Jaime Marquínez Ferrándiz 063fcc9676 [jeuxvideo] Extract more information and add test
Jaime Marquínez Ferrándiz 8403612258 Merge pull request from Rudloff/master
Download videos from jeuxvideo.com

Edited to keep the file 'youtube-dl' unchanged.
Pierre Rudloff 25b51c7816 Download videos from jeuxvideo.com
Jaime Marquínez Ferrándiz 9779b63bb6 Add an extractor for PBS (closes and )
Jaime Marquínez Ferrándiz d81aef3adf Add an extractor for tv.slashdot.org (closes )
It uses the ooyala platform, so it just extracts the ooyala url.
Jaime Marquínez Ferrándiz 45ed795cb0 [youtube] update uploader name for a test video: 'IconaPop' has changed to 'Icona Pop'
Jaime Marquínez Ferrándiz 683e98a8a4 [statigram] change test video
The old one cannot be accessed.
Jaime Marquínez Ferrándiz e0cfeb2ea7 [funnyordie] fix extraction of video url and title
Jaime Marquínez Ferrándiz 75340ee383 [vevo] Fix urls with a query ()
Jaime Marquínez Ferrándiz 668de34c6b [soundcloud] Support widget urls (fixes )
Jaime Marquínez Ferrándiz a91b954bb4 [vimeo] extract information for Vimeo Pro videos from http://player.vimeo.com/video/{video_id} (fixes )
For some videos https://vimeo.com/{video_id} doesn't work
Allan Zhou 37b6d5f684 fix hls test
Allan Zhou b7a6838407 address review comment
Allan Zhou cde846b3d3 fix code style
Philipp Hagemeister 6c3e6e88d3 Allow hours in ETA display (Fixes )
Philipp Hagemeister 739674cd77 [rtlnow] Add support for error message for queries from outside of Germany
Philipp Hagemeister 4b2d7cae11 release 2013.08.21
Philipp Hagemeister 7fea7156cb [generic] support HTML5 video
Philipp Hagemeister 3093468977 [generic] Ignore stupid HTTP servers ()
Philipp Hagemeister 79cb25776f Cache suitable regular expressions
This speeds up TestAllURLsMatching.test_no_duplicates by about 8000% at the cost of minimal memory overhead.
Philipp Hagemeister 87f78946a5 [collegehumor] Allow old-style videos (Fixes )
Allan Zhou 211fbc1328 fix failed tests
Allan Zhou 836a086ce9 Add YouTube DASH formats to YouTubeIE
Allan Zhou 90d3989b99 Merge remote-tracking branch 'upstream/master'