Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [cleanup] Upgrade syntax | pukkandan | 2022-04-12 | 1 | -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) | pukkandan | 2022-04-12 | 1 | -2/+2 |
| | | | | Authored by fstirlitz, pukkandan | ||||
* | [mildom] Fix linter | Lesmiscore | 2022-03-08 | 1 | -1/+0 |
| | |||||
* | [mildom] Rework extractors (#2940) | Lesmiscore (Naoya Ozaki) | 2022-03-08 | 1 | -159/+136 |
| | | | Authored by: Lesmiscore | ||||
* | Implement `--add-header` without modifying `std_headers` | pukkandan | 2022-03-04 | 1 | -2/+1 |
| | | | | Closes #2526, #1614 | ||||
* | [mildom] Fix extractor (#2533) | lazypete365 | 2022-02-01 | 1 | -3/+68 |
| | | | | Closes #2519 Authored by: lazypete365 | ||||
* | [extractor] Common function `_match_valid_url` | pukkandan | 2021-08-23 | 1 | -2/+1 |
| | |||||
* | [mildom] Remove proxy (#260) | Felix S | 2021-04-22 | 1 | -62/+20 |
| | | | | | | Closes #251 Makes 2cff49599769dcc131c385cbc24bab35d0b182ad, ab406a1c0e7f0afde7e80818c0159bfa2847481f, #252 obsolete Authored by: fstirlitz | ||||
* | [mildom] Warn user of proxy | pukkandan | 2021-04-21 | 1 | -0/+3 |
| | |||||
* | [mildom:user:vod] Download only necessary amount of pages | pukkandan | 2021-04-19 | 1 | -14/+14 |
| | |||||
* | [mildom:vod] Remove proxy | pukkandan | 2021-04-19 | 1 | -5/+6 |
| | | | | * Proxy is needed only for live videos | ||||
* | [mildom] Change proxy | pukkandan | 2021-04-19 | 1 | -5/+17 |
| | | | | | Related: #251 Closes #252 | ||||
* | Fix inconsistent use of `report_warning` | pukkandan | 2021-04-17 | 1 | -1/+1 |
| | |||||
* | [mildom] Update extractor to comply with current proxy (#212) | The Hatsune Daishi | 2021-04-03 | 1 | -9/+10 |
| | | | Authored by nao20010128nao | ||||
* | Completely change project name to yt-dlp (#85) | Pccode66 | 2021-02-25 | 1 | -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 |