aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/dropout.py
Commit message (Collapse)AuthorAgeFilesLines
* [extractor/dropout] Support cookies and login only as needed (#4075)Jelle Besseling2022-06-231-7/+7
| | | | Closes #4035 Authored by: pingiun, pukkandan
* [extractor/dropout] Login is not mandatorypukkandan2022-06-011-10/+17
| | | | Workaround for #3931
* [vimeo] Fix extractorspukkandan2022-05-181-1/+1
| | | | | Closes #3037, Closes #2858, Closes #2880, Closes #3712 May also fix #3602, #3360
* [cleanup] Upgrade syntaxpukkandan2022-04-121-1/+0
| | | | | | | | | | 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
* [cleanup] Misc fixespukkandan2022-04-051-2/+2
| | | | | | 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
* [dropout] Add extractor (#2045)Sonic2021-12-241-0/+212
Authored-by: TwoThousandHedgehogs, pukkandan