aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/goplay.py
Commit message (Collapse)AuthorAgeFilesLines
* [extractor/GoPlay] Use new API (#6151)Jeroen Jacobs2023-02-041-3/+3
| | | | Authored by: jeroenj Closes #6032
* [extractor] Deprecate `_sort_formats`pukkandan2022-11-171-1/+0
|
* [extractor/GoPlay] Add extractor (#3412)Jeroen Jacobs2022-09-181-0/+395
Replaces old Vier extractors Closes https://github.com/yt-dlp/yt-dlp/issues/1546 Based on: https://github.com/ytdl-org/youtube-dl/pull/27815 Authored by: jeroenj, CNugteren, basrieter