Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix channels import with a channel with playlists | Chocobozzz | 2020-12-14 | 1 | -3/+8 |
| | |||||
* | More robust import script when using since/until | Chocobozzz | 2020-12-14 | 1 | -12/+11 |
| | |||||
* | Fix CLI import script | Chocobozzz | 2020-11-17 | 1 | -29/+41 |
| | |||||
* | Catch error in import script | Chocobozzz | 2020-04-14 | 1 | -6/+10 |
| | |||||
* | Update dependencies | Chocobozzz | 2020-02-28 | 1 | -1/+1 |
| | |||||
* | peertube-import-videos passes remaining options down to youtube-dl | Raphaël Droz | 2020-02-12 | 1 | -3/+5 |
| | |||||
* | Move to eslintcontain | Chocobozzz | 2020-02-03 | 1 | -42/+41 |
| | |||||
* | Force node 10 usage | Chocobozzz | 2020-01-28 | 1 | -4/+0 |
| | |||||
* | Fix URL normalization in import script | Chocobozzz | 2019-12-30 | 1 | -1/+1 |
| | |||||
* | Auto add https:// in import script URLs | Chocobozzz | 2019-12-30 | 1 | -17/+24 |
| | |||||
* | Fix hours in peertube-import-videos | Florent F | 2019-11-04 | 1 | -0/+1 |
| | | | | | Youtube doesn't store the hour of the publish date so set it to zero in order to compare it. | ||||
* | Fix remove end slash function | Chocobozzz | 2019-11-04 | 1 | -5/+3 |
| | |||||
* | Use typescript paths in cli scripts too | Chocobozzz | 2019-10-21 | 1 | -0/+3 |
| | |||||
* | peertube-import-videos.ts: add --tmpdir, --first, --last and --verbose ↵ | Frank de Lange | 2019-08-26 | 1 | -37/+48 |
| | | | | | | | | | | | | | | | | | | | | [level] parameters (#2045) * peertube-import-videos.ts: add --tmpdir <tmpdir> parameter, used to designate working directory for downloading and converting imported videos * peertube-import-videos.ts: add --first and --last parameters to limit processing of the returned playlist to the first/last N elements * peertube-import-videos.ts: add --verbose [verbosity] parameter, set this from 0 (only errors are reported) to 4 (for trace debugging), default is 2 (info). When --verbose is used without the optional parameter the logging level is set to 3 (debug). At level 1 (warn) it will only report on successfully uploaded videos (and/or errors), use this when running peertube-import-videos in a cron job to mirror a channel. * package.json: remove dependency on loglevel cli.ts: add getLogger(loglevel), to be used in CLI tools, add --verbose to set log level peertube-import-videos: use getLogger (from cli) instead of loglevel, add error_exit (log error and exit), move --verbose to cli.ts, etc. * cli.ts: remove superfluous reference to default logging level * peertube-import-videos: exit_error -> exitError | ||||
* | Add since parameter to peertube-import-videos (#1991) | Florent F | 2019-08-01 | 1 | -1/+35 |
| | | | | | | * Add since parameter to peertube-import-videos * PR remarks + --until <date> | ||||
* | WIP plugins: move plugin CLI in peertube script | Chocobozzz | 2019-07-24 | 1 | -18/+16 |
| | | | | Install/uninstall/list plugins remotely | ||||
* | Add ability to override CLI import attributes | Chocobozzz | 2019-06-13 | 1 | -21/+17 |
| | |||||
* | Add more CLI tests | Chocobozzz | 2019-06-13 | 1 | -56/+89 |
| | |||||
* | Fix optional privacy in upload endpoint | Chocobozzz | 2019-04-25 | 1 | -51/+33 |
| | |||||
* | Fix video import CLI script | Chocobozzz | 2019-04-24 | 1 | -18/+8 |
| | | | | Password is an optional argument | ||||
* | Shared utils -> extra-utils | Chocobozzz | 2019-04-24 | 1 | -1/+1 |
| | | | | Because they need dev dependencies | ||||
* | Don't expose constants directly in initializers/ | Chocobozzz | 2019-04-11 | 1 | -1/+1 |
| | |||||
* | Refractor published date on video import | Chocobozzz | 2019-02-12 | 1 | -3/+3 |
| | |||||
* | Import original publication date (CLI) | Andrés Maldonado | 2019-02-12 | 1 | -1/+4 |
| | | | | | * Import original publication date when importing a video from YouTube using the CLI * Fix lint issues | ||||
* | Merge branch 'develop' into pr/1217 | Chocobozzz | 2019-02-11 | 1 | -8/+26 |
|\ | |||||
| * | Fix peertube CLI documentation | Chocobozzz | 2019-01-14 | 1 | -3/+11 |
| | | |||||
| * | Remove the eventual trailing '/' at the end of urls (see #1453) (#1480) | HesioZ | 2018-12-15 | 1 | -0/+10 |
| | | | | | | remove eventual trailing '/' at the end of urls in import script (see #1453) | ||||
| * | Move utils to /shared | buoyantair | 2018-10-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336 | ||||
| * | allow peertube-import-videos.ts CLI script to run concurrently (#1334) | BRAINS YUM | 2018-10-24 | 1 | -4/+4 |
| | | | | | | allows running multiple imports at the same time, whereas previously a concurrent instance of the script deleted another processe's file. | ||||
* | | Rename downloadingEnabled property to downloadEnabled | Lucas Declercq | 2018-10-08 | 1 | -1/+1 |
| | | |||||
* | | Add downloadingEnabled property to video model | Lucas Declercq | 2018-10-06 | 1 | -0/+1 |
|/ | |||||
* | one cli to unite them all | Rigel Kent | 2018-09-14 | 1 | -0/+323 |
Ash nazg thrakatulûk agh burzum-ishi krimpatul - refactor import-videos to use the youtubeDL helper - add very basic tests for the cli |