aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/zee5.py
Commit message (Collapse)AuthorAgeFilesLines
* [ie/zee5] Update access token endpoint (#7914)bashonly2023-08-201-4/+4
| | | | Closes #7911 Authored by: bashonly
* [extractor/zee5] Fix extraction of new content (#7280)bashonly2023-06-111-7/+19
| | | Authored by: bashonly
* [extractor] Deprecate `_sort_formats`pukkandan2022-11-171-1/+0
|
* [extractor/zee5] Improve `_VALID_URL` (#5316)m4tu4g2022-10-211-1/+7
| | | Authored by: m4tu4g
* [extractor/zee5] Fix `_VALID_URL` (#5124)m4tu4g2022-10-031-2/+5
| | | | Closes #4612 Authored by: m4tu4g
* [extractor/zee5] Generate device ids (#5062)Anant Murmu2022-09-291-1/+3
| | | | Closes #4937 Authored by: freezboltz
* [extractor/zee5] Update Device ID (#4423)m4tu4g2022-07-241-10/+10
| | | | | Closes #4378 Authored by: m4tu4g
* [cleanup] Upgrade syntaxpukkandan2022-04-121-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 Gupta2022-04-081-2/+2
| | | | | Authored by: Ashish0804 Closes: https://github.com/yt-dlp/yt-dlp/issues/3105
* [extractor] Add `_perform_login` function (#2943)pukkandan2022-03-181-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 Joshi2022-02-211-2/+8
| | | Authored by: Aniruddh-J
* [zee5] Add geo-bypasspukkandan2022-01-041-0/+1
|
* [cleanup] Misc cleanuppukkandan2022-01-041-0/+2
|
* [Zee5] Fix VALID_URL for tv-showsAshish Gupta2021-12-261-27/+28
|
* [zee5] Support /episodes in URLpukkandan2021-12-191-3/+5
| | | | Closes #2016
* [Cleanup] Remove some unnecessary groups in regexes (#1738)Ashish Gupta2021-11-301-2/+2
| | | Authored by: Ashish0804
* [extractor] Common function `_match_valid_url`pukkandan2021-08-231-2/+1
|
* [Zee5] Fix extractor and add subtitles (#733)Ashish2021-08-211-37/+77
| | | | Closes #728 Authored by Ashish0804
* [zee5] Fix m3u8 formats extensionpukkandan2021-05-291-1/+1
|
* [zee5] Fix py2 compatibilitypukkandan2021-05-031-4/+4
|
* [zee5] Fix extraction for some URLs (#279)Hadi06092021-04-281-2/+2
| | | Closes: #278
* [zee5] Support zee5originalspukkandan2021-03-141-2/+2
|
* [Zee5] Add Show Extractor (#160)Ashish2021-03-111-34/+123
| | | | Co-authored-by: Ashish <ashish@pop-os.localdomain> Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
* [zee5] Improve regexpukkandan2021-03-091-1/+4
|
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-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