youtube-dl/youtube_dl
Nikola Taushanov 19e2352b4b Dirty fix for opus format.
The opus format require some special execution. The usual one with
avconv/ffmpeg is not enough. The easiest way to do it is by converting
to wav with avconv/ffmpeg and then using opusenc to convert it to opus.
opusenc is part of the opus-tools package.
2013-08-19 02:57:35 +03:00
..
extractor Merge remote-tracking branch 'rzhxeo/rtlnow' 2013-08-19 00:25:34 +02:00
__init__.py Print urls from the batch file with --verbose (related #1155) 2013-07-30 23:11:44 +02:00
__main__.py Resolve the symlink if __main__.py is invoke as a symlink. 2013-04-11 08:02:17 +03:00
FileDownloader.py Allow to download from m3u8 manifests with ffmpeg 2013-07-31 22:33:37 +02:00
InfoExtractors.py Remove mentions of old InfoExtractors module 2013-06-23 22:42:59 +02:00
PostProcessor.py Dirty fix for opus format. 2013-08-19 02:57:35 +03:00
update.py [update] Add package manager to error message (#959) 2013-07-01 02:36:49 +02:00
utils.py Note update possibility on errors (thanks @chbrown, #1229) 2013-08-11 06:46:24 +02:00
version.py release 2013.08.17 2013-08-17 08:33:36 +02:00
YoutubeDL.py Merge branch 'master' of github.com:rg3/youtube-dl 2013-08-08 08:56:59 +02:00