aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tools/import-youtube.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to import videos from all supported youtube-dl sitesChocobozzz2018-02-201-201/+0
|
* import-youtube: add try/catch to manage token expiration when importing lot ↵LecygneNoir2018-02-201-14/+18
| | | | of youtube videos (#306)
* Add ability to import just one video from youtubeChocobozzz2018-02-191-2/+8
|
* Fix duplicates detectionChocobozzz2018-02-161-1/+1
|
* Import videos in the correct orderChocobozzz2018-02-161-1/+1
|
* Fix remote image fetchingChocobozzz2018-02-151-2/+5
|
* Fix max buffer reached in youtube importChocobozzz2018-02-151-9/+20
|
* Move adding a video view videojs peertube pluginChocobozzz2018-02-141-1/+2
|
* Support thumbnails in youtube importChocobozzz2018-02-141-1/+18
|
* Add ability to set video thumbnail/previewChocobozzz2018-02-141-2/+0
|
* Fix upload from CLI scriptChocobozzz2018-02-121-1/+2
|
* Improve youtube import scriptChocobozzz2018-02-121-34/+39
|
* Begin import script with youtube-dlChocobozzz2018-02-091-0/+155