aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/gofile.py
Commit message (Collapse)AuthorAgeFilesLines
* [ie/gofile] Update tokenbashonly2023-09-051-1/+1
| | | | | Closes #7235 Authored by: bashonly
* [Gofile] Support password-protected links (#3488)mehq2022-04-201-3/+22
| | | | Closes #3465 Authored by: mehq
* [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
* [Gofile] Fix extraction (#3386)mehq2022-04-101-14/+19
| | | | Closes #3380 Authored by: mehq
* [gofile] Add extractor (#1850)Jertzukka2021-12-091-0/+83
Closes #1831 Authored by: Jertzukka, Ashish0804