Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-28 | Print playpath with --get-url (Fixes #1334) | Philipp Hagemeister | |
2013-08-28 | [generic] Fix URL concatenation | Philipp Hagemeister | |
When the url is something like http://example.org/foo/bar?x=y and the added is file/video.mp4 , we want http://example.org/foo/file/video.mp4 Fixes #1268. | |||
2013-08-28 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
2013-08-28 | Tolerate junk at the end of gzip-compressed content (#1268) | Philipp Hagemeister | |
2013-08-28 | Show the time taken to download in the same format as the ETA | Jaime Marquínez Ferrándiz | |
2013-08-28 | Merge pull request #1181 from h3xx/master | Jaime Marquínez Ferrándiz | |
Add some verbosity when reporting finished downloads Remove the mixed use of tabs and spaces for indentation. | |||
2013-08-28 | [addanime] add file | Philipp Hagemeister | |
2013-08-28 | [youtube] update algo for length 88, thanks to @Ramhack (fixes #1328) | Jaime Marquínez Ferrándiz | |
2013-08-28 | [cnn] remove debug print call. | Jaime Marquínez Ferrándiz | |
2013-08-28 | HTTPError is in urllib.error in Python 3, not in http.error | Jaime Marquínez Ferrándiz | |
2013-08-28 | [addanime] improve | Philipp Hagemeister | |
2013-08-28 | [appletrailers] Add support | Philipp Hagemeister | |
2013-08-28 | [cnn] Allow more URLs | Philipp Hagemeister | |
2013-08-27 | release 2013.08.282013.08.28 | Philipp Hagemeister | |
2013-08-27 | Delete default user agent (Fixes #1309) | Philipp Hagemeister | |
2013-08-27 | Revert "Install our own HTTPS handler as well (#1309)" | Philipp Hagemeister | |
This reverts commit 36399e85765a6a04fd84126264af75382fcfd1f6 and fixes #1322. | |||
2013-08-27 | Merge pull request #1324 from whydoubt/fix_gplus | Jaime Marquínez Ferrándiz | |
Initial slash in Google+ photos link was removed | |||
2013-08-27 | Initial slash in Google+ photos link was removed | Jeff Smith | |
2013-08-27 | Add an extractor for NBC news (closes #1320) | Jaime Marquínez Ferrándiz | |
2013-08-27 | Add an extractor for CNN (closes #1318) | Jaime Marquínez Ferrándiz | |
2013-08-27 | [canalc2] Small improvements | Philipp Hagemeister | |
2013-08-27 | Merge remote-tracking branch 'Rudloff/canalc2' | Philipp Hagemeister | |
2013-08-27 | [hark] get the song info in JSON and extract more information. | Jaime Marquínez Ferrándiz | |
2013-08-27 | [canalplus] Accept player.canalplus.fr urls | Jaime Marquínez Ferrándiz | |
2013-08-27 | release 2013.08.272013.08.27 | Philipp Hagemeister | |
2013-08-27 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
2013-08-27 | [trilulilu] Add support for trilulilu.ro | Philipp Hagemeister | |
Fun fact: The ads (not yet supported) are loaded from youtube ;) | |||
2013-08-26 | Merge pull request #1315 from yasoob/master | Jaime Marquínez Ferrándiz | |
fixed tests for c56 and dailymotion | |||
2013-08-27 | fixed tests for c56 and dailymotion | M.Yasoob Ullah Khalid ☺ | |
2013-08-26 | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | |
2013-08-26 | [generic] small typo | Philipp Hagemeister | |
2013-08-26 | Merge pull request #1231 from yasoob/master | Philipp Hagemeister | |
Added an IE for hark.com | |||
2013-08-25 | Merge pull request #1310 from rzhxeo/rtlnow | Philipp Hagemeister | |
Add support for http://superrtlnow.de | |||
2013-08-24 | [generic] add support for relative URLs (Fixes #1308) | Philipp Hagemeister | |
2013-08-24 | [generic] Support double slash URLs (Fixes #1309) | Philipp Hagemeister | |
2013-08-24 | Install our own HTTPS handler as well (#1309) | Philipp Hagemeister | |
2013-08-24 | [ro220] Add support for 220.ro | Philipp Hagemeister | |
2013-08-24 | Add SUPER RTL NOW to RTLnow extractor | rzhxeo | |
2013-08-24 | [youtube] update algo for length 84 | Jaime Marquínez Ferrándiz | |
2013-08-23 | Switch to domain yt-dl.org | Philipp Hagemeister | |
2013-08-23 | release 2013.08.232013.08.23 | Philipp Hagemeister | |
2013-08-23 | [youtube] update algo for length 86 (fixes #1302) | Jaime Marquínez Ferrándiz | |
2013-08-23 | Allow to specify multiple subtitles languages separated by commas (closes #518) | Jaime Marquínez Ferrándiz | |
2013-08-23 | Print a message before embedding the subtitles | Jaime Marquínez Ferrándiz | |
2013-08-23 | [xhamster] use determine_ext | Jaime Marquínez Ferrándiz | |
2013-08-23 | Merge pull request #1301 from rzhxeo/xhamster | Jaime Marquínez Ferrándiz | |
XHamsterIE: Fix video extension and add video description | |||
2013-08-23 | XHamsterIE: Add video description | rzhxeo | |
2013-08-23 | XHamsterIE: Fix video extension | rzhxeo | |
Cut off GET parameter | |||
2013-08-23 | Add a post processor for embedding subtitles in mp4 videos (closes #1052) | Jaime Marquínez Ferrándiz | |
2013-08-23 | [youtube] Fix download of subtitles with '--all-subs' | Jaime Marquínez Ferrándiz | |
If _extract_subtitles is called the option 'write subtitles' is always true. |