aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/patreon.py
Commit message (Collapse)AuthorAgeFilesLines
* [extractor/patreon] Sort formatspukkandan2022-09-221-0/+1
|
* [patreon] Ignore erroneous media attachments (#4638)coletdjnz2022-08-131-3/+30
| | | | Fixes https://github.com/yt-dlp/yt-dlp/issues/4608 Authored by: coletdjnz
* [extractor/patreon] Fix and improve extractors (#4398)coletdev2022-07-221-70/+264
| | | | | | | | * Add workaround for 403s - Fixes https://github.com/yt-dlp/yt-dlp/issues/3631 * Support m3u8 post file videos - Fixes https://github.com/yt-dlp/yt-dlp/issues/2277 * Raise useful error messages - Fixes https://github.com/yt-dlp/yt-dlp/issues/2914 * `--write-comments` support Authored by: coletdjnz, pukkandan
* [cleanup] Upgrade syntaxpukkandan2022-04-121-3/+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
* [extractor] Add `_perform_login` function (#2943)pukkandan2022-03-181-7/+1
| | | | * Adds new functions `_initialize_pre_login` and `_perform_login` as part of the extractor API * Adds `ie.supports_login` to the public API
* [PatreonUser] Do not capture RSS URLspukkandan2021-11-241-1/+1
| | | | Closes #1777
* [patreon] Fix vimeo player regex (#1332)zenerdi0de2021-10-221-1/+1
| | | | Closes #1323 Authored by: zenerdi0de
* [Patreon] Add PatreonUserIE (#573)zenerdi0de2021-08-301-1/+56
| | | Authored by: zenerdi0de
* [patreon] Support vimeo embeds (#349)rhsmachine2021-05-271-0/+31
| | | Authored by: rhsmachine
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+156
* All modules and binary names are changed * All documentation references changed * yt-dlp no longer loads youtube-dlc config files * All URLs changed to point to organization account Co-authored-by: Pccode66 Co-authored-by: pukkandan