aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/openload.py
Commit message (Collapse)AuthorAgeFilesLines
* [phantomjs] Fix bug in 587021cd9f717181b44e881941aca3f8d753758b (#4833)Elyse2022-09-031-1/+1
| | | Authored by: elyse0
* [jsinterp, extractor/youtube] Minor fixespukkandan2022-08-301-3/+4
|
* [jsinterp] Implement timeoutpukkandan2022-08-221-3/+7
| | | | Workaround for #4716
* [phantomjs] Add function to execute JS without a DOMpukkandan2022-08-181-24/+38
| | | | Authored by: MinePlayersPE, pukkandan
* [docs] Consistent use of `e.g.` (#4643)Lesmiscore2022-08-141-1/+1
| | | Authored by: Lesmiscore
* [cleanup] Miscpukkandan2022-07-181-3/+2
|
* [extractor, cleanup] Reduce direct use of `_downloader`pukkandan2022-06-231-1/+1
|
* [cleanup] Minor fixes (#4096)christoph-heinrich2022-06-171-2/+2
| | | Authored by: christoph-heinrich
* [utils] `Popen`: Refactor to use contextmanagerpukkandan2022-06-161-8/+5
| | | | Fixes https://github.com/yt-dlp/yt-dlp/issues/3531#issuecomment-1156223597
* [cleanup] Misc cleanup and refactor (#2173)pukkandan2022-04-181-6/+3
|
* [cleanup] Sort importspukkandan2022-04-121-5/+3
| | | | | | Using https://github.com/PyCQA/isort isort -m VERTICAL_HANGING_INDENT --py 36 -l 80 --rr -n --tc .
* [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
* [cleanup] Mark some compat variables for removal (#2173)pukkandan2022-04-121-2/+1
| | | | Authored by fstirlitz, pukkandan
* [phantomjs] Fix bug in 8b7539d27c0a47d8d08e0522bdb66c571483377bpukkandan2022-03-141-1/+1
| | | | Closes #3066
* Implement `--add-header` without modifying `std_headers`pukkandan2022-03-041-2/+1
| | | | Closes #2526, #1614
* Don't create console for subprocesses on Windows (#1261)pukkandan2021-10-201-6/+5
| | | Closes #1251
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+239
* 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