aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/mildom.py
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [cleanup] Mark some compat variables for removal (#2173)pukkandan2022-04-121-2/+2
| | | | Authored by fstirlitz, pukkandan
* [mildom] Fix linterLesmiscore2022-03-081-1/+0
|
* [mildom] Rework extractors (#2940)Lesmiscore (Naoya Ozaki)2022-03-081-159/+136
| | | Authored by: Lesmiscore
* Implement `--add-header` without modifying `std_headers`pukkandan2022-03-041-2/+1
| | | | Closes #2526, #1614
* [mildom] Fix extractor (#2533)lazypete3652022-02-011-3/+68
| | | | Closes #2519 Authored by: lazypete365
* [extractor] Common function `_match_valid_url`pukkandan2021-08-231-2/+1
|
* [mildom] Remove proxy (#260)Felix S2021-04-221-62/+20
| | | | | | Closes #251 Makes 2cff49599769dcc131c385cbc24bab35d0b182ad, ab406a1c0e7f0afde7e80818c0159bfa2847481f, #252 obsolete Authored by: fstirlitz
* [mildom] Warn user of proxypukkandan2021-04-211-0/+3
|
* [mildom:user:vod] Download only necessary amount of pagespukkandan2021-04-191-14/+14
|
* [mildom:vod] Remove proxypukkandan2021-04-191-5/+6
| | | | * Proxy is needed only for live videos
* [mildom] Change proxypukkandan2021-04-191-5/+17
| | | | | Related: #251 Closes #252
* Fix inconsistent use of `report_warning`pukkandan2021-04-171-1/+1
|
* [mildom] Update extractor to comply with current proxy (#212)The Hatsune Daishi2021-04-031-9/+10
| | | Authored by nao20010128nao
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+284
* 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