aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/extractor/dropout.py
AgeCommit message (Collapse)Author
2022-06-23[extractor/dropout] Support cookies and login only as needed (#4075)Jelle Besseling
Closes #4035 Authored by: pingiun, pukkandan
2022-06-01[extractor/dropout] Login is not mandatorypukkandan
Workaround for #3931
2022-05-18[vimeo] Fix extractorspukkandan
Closes #3037, Closes #2858, Closes #2880, Closes #3712 May also fix #3602, #3360
2022-04-12[cleanup] Upgrade syntaxpukkandan
Using https://github.com/asottile/pyupgrade 1. `__future__` imports and `coding: utf-8` were removed 2. Files were rewritten with `pyupgrade --py36-plus --keep-percent-format` 3. f-strings were cherry-picked from `pyupgrade --py36-plus` Extractors are left untouched (except removing header) to avoid unnecessary merge conflicts
2022-04-05[cleanup] Misc fixespukkandan
Closes https://github.com/yt-dlp/yt-dlp/pull/3213, Closes https://github.com/yt-dlp/yt-dlp/pull/3117 Related: https://github.com/yt-dlp/yt-dlp/issues/3146#issuecomment-1077323114, https://github.com/yt-dlp/yt-dlp/pull/3277#discussion_r841019671, https://github.com/yt-dlp/yt-dlp/commit/a825ffbffa0bea322e3ccb44c6f8e01d8d9572fb#commitcomment-68538986, https://github.com/yt-dlp/yt-dlp/issues/2360, https://github.com/yt-dlp/yt-dlp/commit/5fa3c9a88f597625296981a4a26be723e65d4842#r70393519, https://github.com/yt-dlp/yt-dlp/commit/5fa3c9a88f597625296981a4a26be723e65d4842#r70393254
2021-12-24[dropout] Add extractor (#2045)Sonic
Authored-by: TwoThousandHedgehogs, pukkandan