Historique des commits

Auteur SHA1 Message Date
  dirkf 64d6dd64c8 [YouTube] Support Releases tab il y a 2 ans
  dirkf 25124bd640 [devscripts] Improve hack to convert command-line options to API options il y a 2 ans
  dirkf f35b757c82 [utils] Ensure `allow_types` for `variadic()` is a tuple il y a 2 ans
  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. il y a 4 ans
  dirkf 90c9f789d9 [utils] Add parse_qs, update_url il y a 2 ans
  dirkf 58988c1421 [YouTube] Bypass age-gating for certain restricted videos il y a 3 ans
  Andrei Lebedev 27ed77aabb [utils] Backport traverse_obj (etc) from yt-dlp (#31156) il y a 2 ans
  dirkf c94a459a24 [utils] Sanitize look-alike Unicode glyphs in non-ID filename fields when --restrict-filenames il y a 2 ans
  dirkf 556862bc91 [utils] Ensure RFC3986 encoding result is unicode il y a 3 ans
  dirkf d231b56717 [jsinterp] Overhaul JSInterp to handle new YT players 4c3f79c5, 324f67b9 (#31170) il y a 3 ans
  pukkandan 0700fde640 [utils, etc] Kill child processes when yt-dl is killed il y a 4 ans
  pukkandan 1baa0f5f66 [utils] Escape URL while sanitizing il y a 4 ans
  dirkf 52c3751df7 [utils] Enable ALPN in HTTPS to satisfy broken servers il y a 3 ans
  Sergey M․ cfee2dfe83 [utils] PEP 8 il y a 4 ans
  Sergey M․ a00a7e0cad [utils] Add support for support for experimental HTTP response status code 308 Permanent Redirect (refs #27877, refs #28768) il y a 4 ans
  Remita Amine e88c9ef62a [utils] add a function to clean podcast URLs il y a 4 ans
  Remita Amine 9dd674e1d2 [utils] accept only supported protocols in url_or_none il y a 4 ans
  Josh Soref 71ddc222ad Fix typos (#27084) il y a 4 ans
  Sergey M․ fe07e788bf [utils] Skip ! prefixed code in js_to_json il y a 4 ans
  Kevin O'Connor 4eda10499e [utils] Don't attempt to coerce JS strings to numbers in js_to_json (#26851) il y a 4 ans
  Sergey M․ 1d9bf655e6 [utils] Recognize wav mimetype (closes #26463) il y a 5 ans
  Rob 9cd5f54e31 [utils] Fix file permissions in write_json_file (closes #12471) (#25122) il y a 5 ans
  Sergey M․ c380cc28c4 [utils] Improve cookie files support il y a 5 ans
  Sergey M․ f1a8511f7b [utils] Add reference to cookie file format il y a 5 ans
  Sergey M․ 042b664933 Revert "[utils] Add support for cookies with spaces used instead of tabs" il y a 5 ans
  Sergey M․ cff99c91d1 [utils] Add support for cookies with spaces used instead of tabs il y a 5 ans
  Sergey M․ fca6dba8b8 [YoutubeDL] Force redirect URL to unicode on python 2 il y a 5 ans
  Sergey M․ 42db58ec73 [utils] Improve str_to_int il y a 5 ans
  Remita Amine 348c6bf1c1 [utils] handle int values passed to str_to_int il y a 5 ans
  Sergey M․ 1ced222120 [utils] Add generic caesar cipher and rot47 il y a 5 ans