aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/extra-utils/videos/video-imports.ts
Commit message (Collapse)AuthorAgeFilesLines
* Painfully debug concurrent import jobsChocobozzz2021-02-091-1/+1
|
* stricter youtubedl format selectors (#3516)Rigel Kent2021-01-151-1/+23
| | | | | | | | | | | | | | * stricter youtubedl format selectors make sure selectors avoid av1, and otherwise match as closely to the maximum resolution enabled for transcoding * add support for merge formats in youtubedl * avoid vp9.2 in youtubedl to avoid any HDR * move getEnabledResolutions, safer replace of imported extension * add test for youtube-dl selectors
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-071-2/+8
|
* Don't rely on youtube for testsChocobozzz2020-07-311-1/+6
| | | | | Use another import URL when possible, and disable import tests when we want to do a youtube import test
* Add server plugin filter hooks for import with torrent and url (#2621)Rigel Kent2020-05-141-2/+2
| | | | | | | | | | | * Add server plugin filter hooks for import with torrent and url * WIP: pre and post-import filter hooks * Rebased * Cleanup filters to accept imports Co-authored-by: Chocobozzz <me@florianbigard.com>
* Move to eslintcontainChocobozzz2020-02-031-1/+1
|
* Use a filtered proxy without variablesChocobozzz2020-01-221-1/+1
|
* Shared utils -> extra-utilsChocobozzz2019-04-241-0/+57
Because they need dev dependencies