-
Notifications
You must be signed in to change notification settings - Fork 9
Preferences
Alex edited this page Mar 5, 2021
·
4 revisions
Check the available languages codes:
jwb-index -L
Pick your language. For Swedish, you'd specify:
jwb-index --lang Z [options]
You can apply extra options, like 360P quality, and only including videos since 2019:
jwb-index -Q 360 --since 2019-01-01 [options]
Specify the directory you want to save you data to:
jwb-index [options] /path/to/JW/output/directory
This is where generated output, or downloaded files will be stored. When using download in combination with some output modes, the script may put media files in a special sub-directory called jwb-[LANGUAGE CODE]
.
For some output modes that generate a single text file, you may specify that filename instead:
jwb-index -m m3u MyPlayList.m3u
When the script creates files with human readable file names, they may contains characters that are illegal on some filesystems. To remove those unsafe characters:
jwb-index -X [options]