index
:
slackcoder/youtube-dl
master
Command-line program to download videos from YouTube.com and other video sites
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
youtube_dl
/
compat.py
Age
Commit message (
Expand
)
Author
2024-05-30
[compat] Avoid type comparison in `compat_ord`
dirkf
2024-05-30
[compat] Improve compat_etree_iterfind for Py2.6
dirkf
2024-05-30
[utils] Update traverse_obj() from yt-dlp
dirkf
2024-03-27
[downloader/external] Fix "Resource Warning" in downloader test
dirkf
2024-03-27
[compat] Simplify/fix compat_html_parser_HTMLParseError
dirkf
2024-03-27
[compat] Add compat_contextlib_suppress
dirkf
2024-01-22
[compat] Rework compat for `method` parameter of `compat_urllib_request.Reque...
dirkf
2023-08-01
[utils] Revise `isinstance()` tests (especially for str/unicode/bytes) to com...
dirkf
2023-07-29
[utils] Rework decoding of `Content-Encoding`s
dirkf
2023-07-25
[build] Fix various Jython CI and test issues
dirkf
2023-07-18
[compat] Fix old Pythons broken loading of valueless cookie attributes
dirkf
2023-07-18
[compat] Add Request and HTTPClient compat for redirect
dirkf
2023-07-05
[Misc] Fixes for 2.6 compatibility
dirkf
2023-07-05
[workflows/ci.yml] Restore test support for Py 3.2
dirkf
2023-04-05
[compat] Add and use `compat_open()` like Py3 `open()`
dirkf
2023-02-13
[compat] Systematise compat_ naming
dirkf
2022-11-01
[compat] Unify unicode/str compat and move up
dirkf
2022-10-31
[compat] Add compat_casefold and compat_re_Match, for traverse_obj() port
dirkf
2022-08-26
[compat] Replace deficient ChainMap class in Py3.3 and earlier
dirkf
2022-08-26
[compat] Replace deficient ChainMap class in Py3.3 and earlier
dirkf
2022-08-19
[jsinterp] Clean up and pull yt-dlp style
dirkf
2022-08-14
[jsinterp] Overhaul JSInterp to handle new YT players 4c3f79c5, 324f67b9 (#31...
dirkf
2022-06-10
[utils, etc] Kill child processes when yt-dl is killed
pukkandan
2022-01-30
Back-port JS interpreter upgrade from yt-dlp PR #1437
df
2022-01-30
Add compat_map/filter and use the former
df
2021-04-06
[compat] Use more conventional name for compat SimpleCookie
Sergey M․
2021-04-06
[compat] flake8
Sergey M․
2021-04-05
[compat] add compat_SimpleCookie to __all__ array
Remita Amine
2021-04-04
[compat] add compat_SimpleCookie
Remita Amine
2020-11-21
Fix typos (#27084)
Josh Soref
2020-05-05
[compat] Introduce compat_cookiejar_Cookie
Sergey M․
2020-02-08
[update] Fix updating via symlinks (closes #23991)
Sergey M․
2020-02-08
[compat] Introduce compat_realpath (refs #23991)
Sergey M․
2019-05-11
Fix W504 and disable W503 (closes #20863)
Sergey M․
2019-03-11
Start moving to ytdl-org
Sergey M․
2019-03-06
[compat] Introduce compat_etree_Element
Sergey M․
2018-06-18
[compat] Introduce compat_integer_types
Sergey M․
2018-02-02
[compat] Mute some F821 under python 3
Sergey M․
2018-01-28
Add support for IronPython
Sergey M․
2018-01-23
[compat] Add compat_b64decode
Sergey M․
2018-01-01
[utils] Fix youtube-dl under PyPy3 on Windows
Philipp Hagemeister
2017-09-23
[mixcloud] Fix extraction (closes #14088)
Tatsuyuki Ishi
2017-06-17
[compat] Fix compat_shlex_quote on Windows (closes #5889, closes #10254)
Sergey M․
2017-06-12
[compat] Add compat_HTMLParseError to __all__
Sergey M․
2017-06-12
[compat] Introduce compat_HTMLParseError
Sergey M․
2017-04-12
improve coding style
Remita Amine
2017-02-25
[compat] Use try except for compat_numeric_types
Sergey M․
2017-02-23
[compat] Add compat_numeric_types
Sergey M․
2017-02-01
[compat] add compat_etree_register_namespace to __all__ list
Remita Amine
2017-01-29
[compat] add compat_etree_register_namespace
Remita Amine
[next]