1
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-01-18 23:03:05 +01:00
yt-dlp/yt_dlp
bashonly d569a88452 [ie/youtube] Adjust OAuth refresh token handling (#11414)
Removes support for using '' as an empty password in netrc, e.g.:
machine youtube login oauth password ''

Double-quotes ("") are valid and must be used instead, e.g.:
machine youtube login oauth password ""

Authored by: bashonly
2024-10-30 18:58:50 +00:00
..
__pyinstaller
compat Remove Python 3.8 support (#11321) 2024-10-23 06:33:50 +00:00
dependencies
downloader [cleanup] Misc (#10807) 2024-09-27 22:46:22 +00:00
extractor [ie/youtube] Adjust OAuth refresh token handling (#11414) 2024-10-30 18:58:50 +00:00
networking [cleanup] Misc (#10807) 2024-09-27 22:46:22 +00:00
postprocessor [pp/XAttrMetadata] Try to write each attribute (#11115) 2024-10-07 23:17:55 +00:00
utils Allow thumbnails with .jpe extension (#11408) 2024-10-29 23:25:46 +00:00
__init__.py Expand paths in --plugin-dirs (fix 0f593dca9f) (#11334) 2024-10-23 21:53:51 +00:00
__main__.py
aes.py
cache.py
cookies.py [cookies] Fix cookie load error handling (#11140) 2024-10-01 02:13:48 +02:00
jsinterp.py [jsinterp] Improve slice implementation (#10664) 2024-08-05 20:28:24 +00:00
minicurses.py
options.py [cleanup] Misc (#11216) 2024-10-22 04:50:35 +00:00
plugins.py Remove Python 3.8 support (#11321) 2024-10-23 06:33:50 +00:00
socks.py
update.py Remove Python 3.8 support (#11321) 2024-10-23 06:33:50 +00:00
version.py Release 2024.10.22 2024-10-22 05:03:55 +00:00
webvtt.py
YoutubeDL.py [core] Populate format sorting fields before dependent fields (#11353) 2024-10-27 00:17:26 +02:00