Import videos in the correct order

This commit is contained in:
Chocobozzz 2018-02-16 10:11:12 +01:00
parent f000931687
commit 5f26c73521
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ async function run () {
const res2 = await login(program['url'], client, user)
accessToken = res2.body.access_token
const options = [ '-j', '--flat-playlist' ]
const options = [ '-j', '--flat-playlist', '--playlist-reverse' ]
youtubeDL.getInfo(program['youtubeUrl'], options, processOptions, async (err, info) => {
if (err) throw err