Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ie/zee5] Update access token endpoint (#7914) | bashonly | 2023-08-20 | 1 | -4/+4 |
| | | | | Closes #7911 Authored by: bashonly | ||||
* | [extractor/zee5] Fix extraction of new content (#7280) | bashonly | 2023-06-11 | 1 | -7/+19 |
| | | | Authored by: bashonly | ||||
* | [extractor] Deprecate `_sort_formats` | pukkandan | 2022-11-17 | 1 | -1/+0 |
| | |||||
* | [extractor/zee5] Improve `_VALID_URL` (#5316) | m4tu4g | 2022-10-21 | 1 | -1/+7 |
| | | | Authored by: m4tu4g | ||||
* | [extractor/zee5] Fix `_VALID_URL` (#5124) | m4tu4g | 2022-10-03 | 1 | -2/+5 |
| | | | | Closes #4612 Authored by: m4tu4g | ||||
* | [extractor/zee5] Generate device ids (#5062) | Anant Murmu | 2022-09-29 | 1 | -1/+3 |
| | | | | Closes #4937 Authored by: freezboltz | ||||
* | [extractor/zee5] Update Device ID (#4423) | m4tu4g | 2022-07-24 | 1 | -10/+10 |
| | | | | | Closes #4378 Authored by: m4tu4g | ||||
* | [cleanup] Upgrade syntax | pukkandan | 2022-04-12 | 1 | -7/+4 |
| | | | | | | | | | | 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 | ||||
* | [ZEE5] Fix extractor. | Ashish Gupta | 2022-04-08 | 1 | -2/+2 |
| | | | | | Authored by: Ashish0804 Closes: https://github.com/yt-dlp/yt-dlp/issues/3105 | ||||
* | [extractor] Add `_perform_login` function (#2943) | pukkandan | 2022-03-18 | 1 | -25/+20 |
| | | | | * Adds new functions `_initialize_pre_login` and `_perform_login` as part of the extractor API * Adds `ie.supports_login` to the public API | ||||
* | [zee5] Support web-series (#2827) | Aniruddh Joshi | 2022-02-21 | 1 | -2/+8 |
| | | | Authored by: Aniruddh-J | ||||
* | [zee5] Add geo-bypass | pukkandan | 2022-01-04 | 1 | -0/+1 |
| | |||||
* | [cleanup] Misc cleanup | pukkandan | 2022-01-04 | 1 | -0/+2 |
| | |||||
* | [Zee5] Fix VALID_URL for tv-shows | Ashish Gupta | 2021-12-26 | 1 | -27/+28 |
| | |||||
* | [zee5] Support /episodes in URL | pukkandan | 2021-12-19 | 1 | -3/+5 |
| | | | | Closes #2016 | ||||
* | [Cleanup] Remove some unnecessary groups in regexes (#1738) | Ashish Gupta | 2021-11-30 | 1 | -2/+2 |
| | | | Authored by: Ashish0804 | ||||
* | [extractor] Common function `_match_valid_url` | pukkandan | 2021-08-23 | 1 | -2/+1 |
| | |||||
* | [Zee5] Fix extractor and add subtitles (#733) | Ashish | 2021-08-21 | 1 | -37/+77 |
| | | | | Closes #728 Authored by Ashish0804 | ||||
* | [zee5] Fix m3u8 formats extension | pukkandan | 2021-05-29 | 1 | -1/+1 |
| | |||||
* | [zee5] Fix py2 compatibility | pukkandan | 2021-05-03 | 1 | -4/+4 |
| | |||||
* | [zee5] Fix extraction for some URLs (#279) | Hadi0609 | 2021-04-28 | 1 | -2/+2 |
| | | | Closes: #278 | ||||
* | [zee5] Support zee5originals | pukkandan | 2021-03-14 | 1 | -2/+2 |
| | |||||
* | [Zee5] Add Show Extractor (#160) | Ashish | 2021-03-11 | 1 | -34/+123 |
| | | | | Co-authored-by: Ashish <ashish@pop-os.localdomain> Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com> | ||||
* | [zee5] Improve regex | pukkandan | 2021-03-09 | 1 | -1/+4 |
| | |||||
* | Completely change project name to yt-dlp (#85) | Pccode66 | 2021-02-25 | 1 | -0/+113 |
* 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 |