dirkf
|
fe7e13066c
[core] Add and use sanitize_info() method from yt-dlp
|
2 years ago |
dirkf
|
213d1d91bf
[core] No longer importing copy
|
2 years ago |
dirkf
|
f8253a5289
[core] Avoid deepcopy of ctx dict (fix f35b757) (Pt 2)
|
2 years ago |
dirkf
|
d6ae3b77cd
[core] Avoid deepcopy of ctx dict (fix f35b757)
|
2 years ago |
dirkf
|
9f4d83ff42
[options] Add --mtime option, unsets default --no-mtime
|
2 years ago |
dirkf
|
25124bd640
[devscripts] Improve hack to convert command-line options to API options
|
2 years ago |
dirkf
|
78da22489b
[compat] Add and use `compat_open()` like Py3 `open()`
|
2 years ago |
dirkf
|
557dbac173
[FragmentFD] Fix iteration with infinite limit
|
2 years ago |
dirkf
|
cdf40b6aa6
[test] Update tests for Ubuntu 20.04
|
2 years ago |
pukkandan
|
3f6d2bd76f
[extractor/youtube] Bypass throttling for `-f17`
|
2 years ago |
pukkandan
|
88f28f620b
[extractor/youtube] Construct fragment list lazily
|
2 years ago |
dirkf
|
f35b757c82
[utils] Ensure `allow_types` for `variadic()` is a tuple
|
2 years ago |
dirkf
|
45495228b7
[downloader/http] Only check for resumability when actually resuming
|
2 years ago |
dirkf
|
6fece0a96b
[AENetworksBaseIE] Report missing show data instead of crash
|
2 years ago |
dirkf
|
70ff013910
[devscripts] Add a hack to convert command-line options to API options
|
2 years ago |
dirkf
|
e8de54bce5
[core] Handle `/../` sequences in HTTP URLs
|
2 years ago |
dirkf
|
baa6c5e95c
[FragmentFD] Respect `--no-continue`
|
2 years ago |
dirkf
|
5c985d4f81
[downloader] Let _ffmpeg_ handle DASH segments
|
2 years ago |
dirkf
|
8c86fd33dc
[doc] Improve "guidance" on bug reporting
|
2 years ago |
Sophira
|
27d41d7365
[doc] Recommend "Get cookies.txt LOCALLY" extension in README.md (#31763)
|
2 years ago |
dirkf
|
0402710227
[jsinterp] Fix regexp parsing and .replace[All] method
|
2 years ago |
pukkandan
|
3e92c60fcd
[jsinterp] Handle `Date` at epoch 0
|
2 years ago |
pukkandan
|
3da17834a4
[Youtube] Construct dash formats with `range` query
|
2 years ago |
dirkf
|
f7ce98a21e
[YouTube] Support @owner format in uploader_id etc
|
2 years ago |
dirkf
|
e67e52a8f8
[test] Support test-case with volatile ID (eg live show)
|
2 years ago |
pukkandan
|
1d3751c3fe
Escape URLs in `sanitized_Request`, not `sanitize_url` d2558234cf5dd12d6896eed5427b7dcdb3ab7b5a added escaping of URLs while sanitizing. However, `sanitize_url` may not always receive an actual URL. Eg: When using `youtube-dl "search query" --default-search ytsearch`, `search query` gets escaped to `search%20query` before being prefixed with `ytsearch:` which is not the intended behavior. So the escaping is moved to `sanitized_Request` instead.
|
4 years ago |
df
|
6067451e43
[Vimeo] Fix e19ec52 for tween-age Pythons
|
2 years ago |
dirkf
|
57802e632f
[jsinterp] Fix dict comprehension for Py2.6
|
2 years ago |
dirkf
|
2dd6c6edd8
[YouTube] Avoid crash if uploader_id extraction fails
|
2 years ago |
dirkf
|
dd9aa74bee
[test] Avoid name TestIE which causes a pytest warning
|
2 years ago |