Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [extractor/iwara] Fix authentication (#7137) | toomyzoom | 2023-06-15 | 1 | -64/+85 |
| | | | | Closes #7035, Closes #7207 Authored by: toomyzoom | ||||
* | [extractor/iwara] Implement login (#6721) | toomyzoom | 2023-05-11 | 1 | -5/+83 |
| | | | Authored by: toomyzoom | ||||
* | [extractor/iwara] Fix format sorting (#6651) | hasezoey | 2023-04-14 | 1 | -1/+9 |
| | | | | Authored by: hasezoey | ||||
* | [extractor/iwara] Fix typo | Lesmiscore | 2023-04-13 | 1 | -1/+1 |
| | | | | | | Authored by: Lesmiscore Closes #6795 | ||||
* | [extractor/iwara] Accept old URLs | Lesmiscore | 2023-03-29 | 1 | -1/+1 |
| | | | | | | Authored by: Lesmiscore Closes #6669 | ||||
* | [extractor/iwara] Report private videos (#6641) | Lesmiscore | 2023-03-27 | 1 | -1/+8 |
| | | | Authored by: Lesmiscore | ||||
* | [extractor/iwara] Overhaul extractors (#6557) | Lesmiscore | 2023-03-18 | 1 | -187/+132 |
| | | | | Authored by: Lesmiscore | ||||
* | [extractor] Deprecate `_sort_formats` | pukkandan | 2022-11-17 | 1 | -2/+0 |
| | |||||
* | [cleanup] Consistent style for file heads | pukkandan | 2022-06-25 | 1 | -2/+2 |
| | |||||
* | [compat] Remove more functions | pukkandan | 2022-06-25 | 1 | -1/+1 |
| | | | | Removing any more will require changes to a large number of extractors | ||||
* | [extractor/iwara:user] Make paging better (#3901) | Lesmiscore | 2022-05-31 | 1 | -20/+54 |
| | | | Authored by: Lesmiscore | ||||
* | [iwara] Add playlist extractors (#3639) | i6t | 2022-05-04 | 1 | -4/+91 |
| | | | Authored by: i6t | ||||
* | [cleanup] Upgrade syntax | pukkandan | 2022-04-12 | 1 | -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` | pukkandan | 2022-04-04 | 1 | -2/+1 |
| | |||||
* | [iwara.tv] Extract more metadata (#829) | BunnyHelp | 2021-09-01 | 1 | -2/+21 |
| | | | Authored-by: BunnyHelp | ||||
* | [iwara] Add thumbnail (#781) | i6t | 2021-08-25 | 1 | -0/+5 |
| | | | Authored by: i6t | ||||
* | Completely change project name to yt-dlp (#85) | Pccode66 | 2021-02-25 | 1 | -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 |