Sergey M․
|
f102819463
|
[downloader/hls] Pass http headers to downloader
|
9 years ago |
Jaime Marquínez Ferrándiz
|
8a7bbd1606
|
[postprocessor/ffmpeg] Always use the 'file:' protocol for filenames (fixes #6874)
If the filename contains ':' it is interpreted as a protocol.
It also handles filenames starting with '-'.
|
9 years ago |
Sergey M․
|
133a2b4ac2
|
[downloader/hls] Properly close stream
|
9 years ago |
Sergey M․
|
1195a38f46
|
[downloader/external] Use generalized cli option converters
|
9 years ago |
remitamine
|
dc534b674f
|
[downloader/external] change _argless_option function to _valueless_option
|
9 years ago |
remitamine
|
f30c2e8e98
|
[downloader/external] add _argless_option for option without arguments
|
9 years ago |
remitamine
|
266b0ad676
|
[downloader/external] add _bool_option to pass value to bool option
|
9 years ago |
remitamine
|
e7a8c3032d
|
[downloader/external] Respect --no-check-certificate for curl and aria2c and --proxy for curl
|
9 years ago |
Sergey M․
|
fcd9e423ec
|
[hls] Properly encode fragment filename
|
9 years ago |
Sergey M․
|
db8f2bfd99
|
[f4m] Add missing imports
|
9 years ago |
Sergey M․
|
7393746da2
|
[downloader/hls] Add _debug_cmd
|
9 years ago |
Sergey M․
|
6828c809e4
|
[downloader/fragment] Respect --retries for fragment based downloaders (Closes #6549)
|
9 years ago |
Sergey M․
|
9f3da13860
|
[downloader/external] Use generic _option
|
9 years ago |
Sergey M․
|
bf812ef714
|
[downloader/external] Forward --proxy to wget and aria2c
|
9 years ago |
Sergey M․
|
154655a85a
|
[downloader/external] Respect --no-check-certificate for wget
|
9 years ago |
vijayanand nandam
|
e0ac521438
|
adding support for axel download manager
|
9 years ago |
Sergey M․
|
84bc4dcb0f
|
[downloader/http] Clarify rationale for Content-Range check (#6426)
|
9 years ago |
Sergey M․
|
10eaa8ef1d
|
[downloader/http] Report unable to resume
|
9 years ago |
Sergey M․
|
c3124c3085
|
[downloader/http] Simplify
|
9 years ago |
remitamine
|
8d5b8b477e
|
[utils] import re
|
9 years ago |
remitamine
|
d7d2a9a3db
|
[utils] restart download if server does not support byte ranges
|
9 years ago |
Sergey M․
|
f9a5affad9
|
[hls] Implement hlsnative fd in terms of fragment fd
|
9 years ago |
Sergey M․
|
ab81ef8fa7
|
[f4m] Implement f4m fd in terms of fragment fd
|
9 years ago |
Sergey M․
|
95d8f7ea12
|
[fragment] Generalize fragmented media file downloader
|
9 years ago |
Jaime Marquínez Ferrándiz
|
59db9f8018
|
[downloader/dash] Improve 'combine_url' (fixes #6341)
In some videos the base_url already ends with '/'.
|
9 years ago |
Sergey M․
|
6c4d20cd6f
|
[downloader/external] Fix externals downloaders specified with extension on Windows
|
9 years ago |
Jaime Marquínez Ferrándiz
|
906e2f0eac
|
[downloader/external] Add downloader for httpie (closes #6079)
|
9 years ago |
Yen Chi Hsuan
|
5bf3276e8d
|
[downloader/dash] Add testing facility
|
10 years ago |
Yen Chi Hsuan
|
93dfcb9357
|
[downloader/dash] Do not pollute ```self```
|
10 years ago |
Yen Chi Hsuan
|
423d2be5f8
|
[downloader/dash] Rename the protocol
'http_dash_segments' looks more like a protocol name than
'dash_segments'
|
10 years ago |
Yen Chi Hsuan
|
453a1617aa
|
[downloader/dash] Reorder imports
|
10 years ago |
Yen Chi Hsuan
|
b9258c6178
|
[YoutubeDL] Change how DashSegmentsFD is selected
|
10 years ago |
Yen Chi Hsuan
|
6800d3372f
|
[YoutubeDL] Support DASH manifest downloading
|
10 years ago |
Yen Chi Hsuan
|
156fc83a55
|
[downloader/rtmp] Fix a typo
|
10 years ago |
Antti Ajanki
|
233c1c0e76
|
[downloader/f4m] Fragment filenames must be sanitized
because the fragment was written to a file with a sanitized name by
http_dl.download()
|
10 years ago |
Jaime Marquínez Ferrándiz
|
2ddcd88129
|
Remove code that was only used by the Grooveshark extractor
|
10 years ago |
Sergey M․
|
74f8654a53
|
[downloader/external] Use encodeArgument
|
10 years ago |
Sergey M․
|
9e105a858c
|
[downloader/rtmp] Fix arguments encoding and simplify retry logic (Closes #5528)
|
10 years ago |
Sergey M․
|
cd8a07a764
|
[downloader/common] Use decodeArgument
|
10 years ago |
Sergey M․
|
a5ebf77d87
|
[mplayer] Rename to RTSP
|
10 years ago |
Sergey M․
|
b874495b1f
|
[mplayer] Simplify
|
10 years ago |
Sergey M․
|
b860f5dfd4
|
[mplayer] Clarify error message
|
10 years ago |
mrkrossxdx
|
db37e0c273
|
Added support for mpv if mplayer is not available
|
10 years ago |
Yen Chi Hsuan
|
c6391cd587
|
[Senate] Add new extractor (#5302)
|
10 years ago |
Philipp Hagemeister
|
c59e701e35
|
Default to continuedl=True
We already do this in the CLI interface, so it should be just fine.
|
10 years ago |
Jaime Marquínez Ferrándiz
|
70a1165b32
|
Don't use bare 'except:'
They catch any exception, including KeyboardInterrupt, we don't want to catch it.
|
10 years ago |
Jaime Marquínez Ferrándiz
|
43d6280d0a
|
[downloader/f4m] Fix use of base64 in python 3.2 (fixes #5132)
b64decode needs a byte string, but on 3.4 it also accepts strings.
|
10 years ago |
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)
|
10 years ago |
Jaime Marquínez Ferrándiz
|
123397317c
|
[downloader/http] Remove wrong '_hook_progress' call (fixes #5117)
|
10 years ago |
Philipp Hagemeister
|
c75f0b361a
|
[downloader/external] Add support for custom options (Fixes #4885, closes #5098)
|
10 years ago |