Commit Graph

133 Commits (a9684c0dbf3879478fd223ce7594d58be7dffa4f)

Author SHA1 Message Date
Sergey M․ 6c4d20cd6f [downloader/external] Fix externals downloaders specified with extension on Windows
Jaime Marquínez Ferrándiz 906e2f0eac [downloader/external] Add downloader for httpie (closes )
Yen Chi Hsuan 156fc83a55 [downloader/rtmp] Fix a typo
Jaime Marquínez Ferrándiz 2ddcd88129 Remove code that was only used by the Grooveshark extractor
Sergey M․ 74f8654a53 [downloader/external] Use encodeArgument
Sergey M․ 9e105a858c [downloader/rtmp] Fix arguments encoding and simplify retry logic (Closes )
Sergey M․ cd8a07a764 [downloader/common] Use decodeArgument
Sergey M․ a5ebf77d87 [mplayer] Rename to RTSP
Sergey M․ b874495b1f [mplayer] Simplify
Sergey M․ b860f5dfd4 [mplayer] Clarify error message
mrkrossxdx db37e0c273 Added support for mpv if mplayer is not available
Yen Chi Hsuan c6391cd587 [Senate] Add new extractor ()
Philipp Hagemeister c59e701e35 Default to continuedl=True
We already do this in the CLI interface, so it should be just fine.
Jaime Marquínez Ferrándiz 70a1165b32 Don't use bare 'except:'
They catch any exception, including KeyboardInterrupt, we don't want to catch it.
Jaime Marquínez Ferrándiz 43d6280d0a [downloader/f4m] Fix use of base64 in python 3.2 (fixes )
b64decode needs a byte string, but on 3.4 it also accepts strings.
Jaime Marquínez Ferrándiz f28fe66970 [downloader/http] Add missing fields for _hook_progress call
It would fail if you run 'youtube-dl --no-part URL' a second time when the file has already been downloaded.

(Reported in Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=1195779)
Jaime Marquínez Ferrándiz 123397317c [downloader/http] Remove wrong '_hook_progress' call (fixes )
Philipp Hagemeister c75f0b361a [downloader/external] Add support for custom options (Fixes , closes )
Philipp Hagemeister 2a15a98a6a [rmtp] Encode filename before invoking subprocess
This fixes .
Reproducible with
LC_ALL=C youtube-dl "http://www.prosieben.de/tv/germanys-next-topmodel/video/playlist/ganze-folge-episode-2-das-casting-in-muenchen"
Antti Ajanki 5eaaeb7c31 [f4m] Tolerate missed fragments on live streams
Antti Ajanki c4f8c453ae [f4m] Refresh fragment list periodically on live streams
Philipp Hagemeister 8fb3ac3649 PEP8: W503
Philipp Hagemeister 09ab40b7d1 Merge branch 'progress-as-hook2'
Philipp Hagemeister a91a2c1a83 [downloader] Remove various unneeded assignments and imports
Philipp Hagemeister 16e7711e22 [downloader/http] Remove gruesome import
Philipp Hagemeister 5cda4eda72 [YoutubeDL] Use a progress hook for progress reporting
Instead of every downloader calling two helper functions, let our progress report be an ordinary progress hook like everyone else's.
Closes .
Philipp Hagemeister 8ac27a68e6 [hls] Switch to available as a property
Jaime Marquínez Ferrándiz fbc503d696 [downloader/hls] Fix detection of ffmpeg/avconv (reported in )
Jaime Marquínez Ferrándiz 163d966707 [downloader/external] curl: Add the '--location' flag
curl doesn't follow redirections by default
Philipp Hagemeister 85729c51af [downloader] Add --hls-prefer-native to use the native HLS downloader ()
Philipp Hagemeister 73fac4e911 [ffmpeg] Add --ffmpeg-location
Philipp Hagemeister cc9ca3ba6e [downloader/external] Simplify source_address
'' might actually be passed in, so check for None.
Sergey M․ ae7773942e [downloader/external] Simplify
Sergey M․ 469a64cebf [downloader/external] Simplify
vijayanand nandam 6a66904f8e passing source address option to external downloaders
Philipp Hagemeister 1283204917 [http] PEP8 ()
Philipp Hagemeister 6789defea9 Merge pull request from light94/master
Handling Connection Reset by Peer Error
Sergey M․ 4a3da4ebdb [hls] Simplify
Sergey M․ 027008b14e [hls] Fix encode issues on python2 @ Windows
light94 e77d2975af Handling Connection Reset by Peer Error
Jaime Marquínez Ferrándiz e41b1f7385 Fix flake8 errors
Philipp Hagemeister d543bdc351 [downloader/f4m] Clarify that we should eventually just implement the DRM scheme ()
Philipp Hagemeister c7ff0c6422 Merge remote-tracking branch 'rzhxeo/f4m-drm'
Paul Hartmann 7bb3ceb4c7 [dctp] prefix real_time parameter with rtmp_
Paul Hartmann 0865f397ae added extractor for dctp.tv
rzhxeo 6ca85be6f8 Filter DRM protected media in f4m downloader
Philipp Hagemeister 3dee7826e7 [rtl2] PEP8, simplify, make rtmp tests run ()
Philipp Hagemeister d4f64cabf4 Merge remote-tracking branch 'David-Development/rtl2.py'
Philipp Hagemeister 881e6a1f5c Add --xattr-set-filesize option (Fixes )
David-Development 7906d199a1 [rtl2] Add new extractor