aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tools/peertube-import-videos.ts
Commit message (Expand)AuthorAgeFilesLines
* Update server dependenciesChocobozzz2021-02-031-21/+23
* add option for video-import CLI to wait between two video imports (#3310)Florent2021-01-251-58/+63
* stricter youtubedl format selectors (#3516)Rigel Kent2021-01-151-2/+2
* Fix channels import with a channel with playlistsChocobozzz2020-12-141-3/+8
* More robust import script when using since/untilChocobozzz2020-12-141-12/+11
* Fix CLI import scriptChocobozzz2020-11-171-29/+41
* Catch error in import scriptChocobozzz2020-04-141-6/+10
* Update dependenciesChocobozzz2020-02-281-1/+1
* peertube-import-videos passes remaining options down to youtube-dlRaphaël Droz2020-02-121-3/+5
* Move to eslintcontainChocobozzz2020-02-031-42/+41
* Force node 10 usageChocobozzz2020-01-281-4/+0
* Fix URL normalization in import scriptChocobozzz2019-12-301-1/+1
* Auto add https:// in import script URLsChocobozzz2019-12-301-17/+24
* Fix hours in peertube-import-videosFlorent F2019-11-041-0/+1
* Fix remove end slash functionChocobozzz2019-11-041-5/+3
* Use typescript paths in cli scripts tooChocobozzz2019-10-211-0/+3
* peertube-import-videos.ts: add --tmpdir, --first, --last and --verbose [level...Frank de Lange2019-08-261-37/+48
* Add since parameter to peertube-import-videos (#1991)Florent F2019-08-011-1/+35
* WIP plugins: move plugin CLI in peertube scriptChocobozzz2019-07-241-18/+16
* Add ability to override CLI import attributesChocobozzz2019-06-131-21/+17
* Add more CLI testsChocobozzz2019-06-131-56/+89
* Fix optional privacy in upload endpointChocobozzz2019-04-251-51/+33
* Fix video import CLI scriptChocobozzz2019-04-241-18/+8
* Shared utils -> extra-utilsChocobozzz2019-04-241-1/+1
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+1
* Refractor published date on video importChocobozzz2019-02-121-3/+3
* Import original publication date (CLI)Andrés Maldonado2019-02-121-1/+4
* Merge branch 'develop' into pr/1217Chocobozzz2019-02-111-8/+26
|\
| * Fix peertube CLI documentationChocobozzz2019-01-141-3/+11
| * Remove the eventual trailing '/' at the end of urls (see #1453) (#1480)HesioZ2018-12-151-0/+10
| * Move utils to /sharedbuoyantair2018-10-291-1/+1
| * allow peertube-import-videos.ts CLI script to run concurrently (#1334)BRAINS YUM2018-10-241-4/+4
* | Rename downloadingEnabled property to downloadEnabledLucas Declercq2018-10-081-1/+1
* | Add downloadingEnabled property to video modelLucas Declercq2018-10-061-0/+1
|/
* one cli to unite them allRigel Kent2018-09-141-0/+323