aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/iwara.py
Commit message (Collapse)AuthorAgeFilesLines
* [extractor/iwara] Fix authentication (#7137)toomyzoom2023-06-151-64/+85
| | | | Closes #7035, Closes #7207 Authored by: toomyzoom
* [extractor/iwara] Implement login (#6721)toomyzoom2023-05-111-5/+83
| | | Authored by: toomyzoom
* [extractor/iwara] Fix format sorting (#6651)hasezoey2023-04-141-1/+9
| | | | Authored by: hasezoey
* [extractor/iwara] Fix typoLesmiscore2023-04-131-1/+1
| | | | | | Authored by: Lesmiscore Closes #6795
* [extractor/iwara] Accept old URLsLesmiscore2023-03-291-1/+1
| | | | | | Authored by: Lesmiscore Closes #6669
* [extractor/iwara] Report private videos (#6641)Lesmiscore2023-03-271-1/+8
| | | Authored by: Lesmiscore
* [extractor/iwara] Overhaul extractors (#6557)Lesmiscore2023-03-181-187/+132
| | | | Authored by: Lesmiscore
* [extractor] Deprecate `_sort_formats`pukkandan2022-11-171-2/+0
|
* [cleanup] Consistent style for file headspukkandan2022-06-251-2/+2
|
* [compat] Remove more functionspukkandan2022-06-251-1/+1
| | | | Removing any more will require changes to a large number of extractors
* [extractor/iwara:user] Make paging better (#3901)Lesmiscore2022-05-311-20/+54
| | | Authored by: Lesmiscore
* [iwara] Add playlist extractors (#3639)i6t2022-05-041-4/+91
| | | Authored by: i6t
* [cleanup] Upgrade syntaxpukkandan2022-04-121-2/+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] Use `_html_extract_title`pukkandan2022-04-041-2/+1
|
* [iwara.tv] Extract more metadata (#829)BunnyHelp2021-09-011-2/+21
| | | Authored-by: BunnyHelp
* [iwara] Add thumbnail (#781)i6t2021-08-251-0/+5
| | | Authored by: i6t
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+99
* 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