Commit Graph

511 Commits (0599ef8c0827068184f78745a299d043927db4d9)

Author SHA1 Message Date
Philipp Hagemeister 0599ef8c08 Limit titles to 200 characters (Closes )
Philipp Hagemeister bfdf469295 Fix FunnyOrDie extraction for a special video ()
Philipp Hagemeister 32c96387c1 Fix facebook IE
Philipp Hagemeister c8c5443bb5 Revert "disable YT ratelimit; this should enable to max out the connection bandwidth"
Although cool, that seems to break a lot of youtube videos.

This reverts commit a60b854d90.
Filippo Valsorda a60b854d90 disable YT ratelimit; this should enable to max out the connection bandwidth
Philipp Hagemeister b625bc2c31 release 2013.04.11
Philipp Hagemeister f4381ab88a Fix keek title extraction
Philipp Hagemeister 855703e55e Option to dump intermediate pages
Philipp Hagemeister 927c8c4924 Use download_webpage in youtube IE
Philipp Hagemeister e0fee250c3 Fix default for variable-size autonumbering
Philipp Hagemeister 72ca05016d Merge remote-tracking branch 'sagittarian/vimeo-no-desc'
Philipp Hagemeister 844d1f9fa1 Removed overly verbose options and arguments (Should be obvious from the previous lines)
Stanislav Kupryakhin 213c31ae16 Added option --autonumber-size:
Specifies the number of digits in %(autonumber)s when it is present in output filename template or --autonumber option is given
Philipp Hagemeister 04f3d551a0 Merge remote-tracking branch 'sagittarian/resolve-symlinks'
Philipp Hagemeister e8600d69fd Credit @catch22 for ARD IE
Philipp Hagemeister b03d65c237 Minor improvements for ARD IE
Adam Mesha 8743974189 Resolve the symlink if __main__.py is invoke as a symlink.
Adam Mesha dc36bc9434 Fix bug when the vimeo description is empty on Python 2.x.
Michael Walter df2dedeefb added ARD InfoExtractor (german state television)
Michael Walter adb029ed81 added --playpath/-y support to RTMP downloads (via 'play_path' entry in 'info_dict')
Ricardo Garcia 43ff1a347d Change rg3.github.com to rg3.github.io almost everywhere
Philipp Hagemeister c2b293ba30 release 2013.04.03
Filippo Valsorda f33154cd39 Merge pull request from jaimeMF/subtitles_not_found
Fix crash when subtitles are not found
Jaime Marquínez Ferrándiz bafeed9f5d Don't crash in FileDownloader if subtitles couldn't be found and errors are ignored
Jaime Marquínez Ferrándiz ef767f9fd5 Fix crash when subtitles are not found and the option --all-subs is given
Jaime Marquínez Ferrándiz bc97f6d60c Use report_error in subtitles error handling
Filippo Valsorda fa41fbd318 don't catch YT user URLs in YoutubePlaylistIE (fix , fix )
Jaime Marquínez Ferrándiz 6a205c8876 More fixes on subtitles errors handling
Jaime Marquínez Ferrándiz 0fb3756409 Fix crash when subtitles are not found
Philipp Hagemeister 1bf2801e6a release 2013.03.29
Filippo Valsorda e3700fc9e4 Merge pull request from rg3/retry
Exception stacking and test retry
Filippo Valsorda b693216d8d Merge pull request from dodo/master
SoundcloudSetIE
Filippo Valsorda 46b9d8295d Merge pull request by @JohnyMoSwag
Support for Worldstarhiphop.com
Filippo Valsorda 7decf8951c fix FunnyOrDieIE, MyVideoIE, TEDIE
Filippo Valsorda 1f46c15262 fix SpiegelIE
Filippo Valsorda 0cd358676c Rebased, fixed and extended LiveLeak.com support
close  - close 
kkalpakloglou 43113d92cc Update InfoExtractors.py
Philipp Hagemeister 95506f1235 Merge remote-tracking branch 'jaimeMF/color_error_messages'
Philipp Hagemeister a91556fd74 Add a note on MaxDownloadsReached (, thanks to CBGoodBuddy)
Philipp Hagemeister 1447f728b5 Merge branch 'master' of github.com:rg3/youtube-dl
Filippo Valsorda 898280a056 use sys.stdout.buffer only on Python3
Chirantan Ekbote 1ee9778405 Use sys.stdout.buffer instead of sys.stdout
sys.stdout defaults to text mode, we need to use the underlying buffer
instead when writing binary data.

Signed-off-by: Chirantan Ekbote <chirantan.ekbote@gmail.com>
dodo 5011cded16 SoundcloudSetIE
info extractor for soundcloud sets
Filippo Valsorda f10b2a9c14 fix KeekIE
Filippo Valsorda 5cb3c0b319 Merge pull request by @iemejia
Removed innecesary function to convert subtitles, improved use of the youtube api
Filippo Valsorda b9fc428494 add '--write-srt' and '--srt-lang' aliases for backwards compatibility
Ismael Mejia c0ba104674 Fixed typo in error message when no subtitles were available.
Ismael Mejia 2a4093eaf3 Added new option '--list-subs' to show the available subtitle languages
Ismael Mejia 9e62bc4439 Added new option '--sub-format' to choose the format of the subtitles to downloade (defaut=srt)
Ismael Mejia 553d097442 Refactor subtitle options from srt to the more generic 'sub'.
In order to be more consistent with different subtitle formats.
From:
* --write-srt to --write-sub
* --only-srt to --only-sub
* --all-srt to --all-subs
* --srt-lang to --sub-lang'

Refactored also all the mentions of srt for sub in all the source code.