aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers/youtube-dl.ts
Commit message (Collapse)AuthorAgeFilesLines
* Correctly fix subtitles importChocobozzz2020-06-171-11/+10
|
* Fix getSubs importChocobozzz2020-06-161-0/+1
|
* Add licence and language support to y-dl importsChocobozzz2020-04-201-2/+13
|
* Fix import captions testChocobozzz2020-04-151-7/+12
|
* Add getSubs to YoutubeDL video importkimsible2020-04-141-0/+36
|
* Support audio files importChocobozzz2020-04-031-4/+6
|
* Update dependenciesChocobozzz2020-02-281-1/+1
|
* Move to eslintcontainChocobozzz2020-02-031-25/+36
|
* Proxy youtube-dl format command tooChocobozzz2020-01-221-7/+13
|
* Use a proxy for youtube-dl to avoid travis errorsChocobozzz2020-01-211-3/+9
|
* Fix federation issue with some actor descriptionsChocobozzz2019-10-211-11/+10
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+1
|
* Use custom ffmpeg path in youtube dlChocobozzz2019-04-031-0/+5
|
* Refractor published date on video importChocobozzz2019-02-121-6/+23
|
* Import original publication date (CLI)Andrés Maldonado2019-02-121-1/+1
| | | | | * Import original publication date when importing a video from YouTube using the CLI * Fix lint issues
* Import original publication date (web UI)Andrés Maldonado2019-02-121-1/+6
| | | | Import original publication date when importing a video from YouTube in the web UI
* Add tmp and redundancy directoriesChocobozzz2018-12-041-2/+2
|
* Fix youtube video importChocobozzz2018-11-211-2/+2
|
* Add timeout on youtube dl to cleaup filesChocobozzz2018-10-011-3/+17
|
* Fix video import of some youtube videosChocobozzz2018-09-261-1/+5
|
* Merge branch 'develop' into cli-wrapperChocobozzz2018-09-201-3/+66
|\
| * Move youtubeDL upgrader in helpers/Chocobozzz2018-09-191-3/+66
| |
* | one cli to unite them allRigel Kent2018-09-141-11/+12
|/ | | | | | | Ash nazg thrakatulûk agh burzum-ishi krimpatul - refactor import-videos to use the youtubeDL helper - add very basic tests for the cli
* Do not import live streamingChocobozzz2018-09-041-0/+1
|
* Fix video import with URL with small titlesChocobozzz2018-09-041-2/+3
|
* Ensure youtubedl binary exists in ydl helperChocobozzz2018-08-161-3/+19
|
* Import magnets with webtorrentChocobozzz2018-08-081-13/+11
|
* Add tests regarding video importChocobozzz2018-08-061-1/+1
|
* Remove ability to delete video importsChocobozzz2018-08-061-1/+1
| | | | Users should remove the linked video instead
* Add ability to list video importsChocobozzz2018-08-061-1/+1
|
* Add ability to import video with youtube-dlChocobozzz2018-08-061-0/+142