aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/zingmp3.py
Commit message (Collapse)AuthorAgeFilesLines
* [extractor/zingmp3] Fix and improve extractors (#6367)Ha Tien Loi2023-05-291-30/+71
| | | Authored by: hatienl0i261299
* [extractor] Deprecate `_sort_formats`pukkandan2022-11-171-1/+0
|
* [cleanup] Misc cleanuppukkandan2022-05-171-1/+1
|
* [cleanup, zingmp3] Refactor extractorspukkandan2022-05-071-177/+132
|
* [ZingMp3] Add chart and user extractors (#3423)Ha Tien Loi2022-05-071-16/+225
| | | Authored by: hatienl0i261299
* [cleanup] Upgrade syntaxpukkandan2022-04-121-3/+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
* [Zingmp3] Fix signature (#3004)Ha Tien Loi2022-03-091-6/+26
| | | Authored by: hatienl0i261299
* [cleanup, docs] Misc cleanuppukkandan2022-03-081-1/+3
| | | | Closes #2828, closes #2734, closes #2802, closes #2937
* [zingmp3] Fix extractor (#2889)Ha Tien Loi2022-03-041-46/+89
| | | Authored by: hatienl0i261299
* Add option `--ignore-no-formats-error`pukkandan2021-04-171-3/+2
| | | | | * Ignores the "no video format" and similar errors * Experimental - Some extractors may still throw these errors
* Update to ytdl-commit-8562218pukkandan2021-03-251-95/+113
| | | | | [ard] improve clip id extraction https://github.com/ytdl-org/youtube-dl/commit/8562218350a79d4709da8593bb0c538aa0824acf
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+143
* 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