soaper dl
1.0.0
قم بتنزيل المسلسلات التلفزيونية والأفلام من Soaper في محطةك
Usage:
./soaper-dl.sh [-n <name>] [-p <path>] [-e <num1,num2,num3-num4...>] [-l] [-s] [-d]
Options:
-n <name> TV series or Movie name
-p <path> media path, e.g: /tv_XXXXXXXX.html
ingored when "-n" is enabled
-e <num1,num3-num4...> optional, episode number to download
e.g: episode number "3.2" means Season 3 Episode 2
multiple episode numbers seperated by ","
episode range using "-"
-l optional, list video or subtitle link without downloading
-s optional, download subtitle only
-d enable debug mode
-h | --help display this help message
fzf
: $ ./soaper-dl.sh -n ' game of '
[/movie_mlkW68VGba.html][2023] The Game of Crowns: The Tudors
[/movie_nXDEY29Dml.html][2023] Game of Love
[/movie_LwD8MEPg9a.html][2023] Game of Deceit
[/movie_zrYg3nbDL1.html][2022] A Game of Secrets
[/movie_wY4GQ0Wgbe.html][2023] Game of Love
> [/tv_34OGB6G6Zl.html][2011-04-17] Game of Thrones
/tv_34OGB6G6Zl.html
في المثال السابق ، فإن مسار Game of Thrones
: $ ./soaper-dl.sh -p /tv_34OGB6G6Zl.html
...
[2.1] 1.Winter is Coming
[2.2] 2.The Kingsroad
[2.3] 3.Lord Snow
[2.4] 4.Cripples, Bastards, and Broken Things
[2.5] 5.The Wolf and the Lion
[2.6] 6.A Golden Crown
[2.7] 7.You Win or You Die
[2.8] 8.The Pointy End
...
Which episode(s) to download:
Friends S01E01
: $ ./soaper-dl.sh -p /tv_YxAgjOVGEL.html -e 1.1
[INFO] Downloading video 1.1...
سيكون الفيديو الذي تم تنزيله موجودًا في المجلد ~/<media_name>/
Friends S01E01
إلى S01E05
: $ ./soaper-dl.sh -p /tv_aTo2OTs.html -e 1.1,1.2,1.3,1.4,1.5
[INFO] Downloading video 1.1...
...
[INFO] Downloading video 1.2...
...
[INFO] Downloading video 1.3...
...
[INFO] Downloading video 1.4...
...
[INFO] Downloading video 1.5...
...
أو باستخدام نطاق الحلقة:
$ ./soaper-dl.sh -p /tv_aTo2OTs.html -e 1.1-1.5
[INFO] Downloading video 1.1...
...
[INFO] Downloading video 1.2...
...
[INFO] Downloading video 1.3...
...
[INFO] Downloading video 1.4...
...
[INFO] Downloading video 1.5...
...
... -e 1.1-1.5,2.2-2.8,3.1-3.5
mpv
أو مشغل الوسائط الآخر: $ mpv " $( ./soaper-dl.sh -p /tv_YxAgjOVGEL.html -e 1.1 -l ) "
./soaper-dl.sh -n 'game of thrones' -s
SOAPER_SUBTITLE_LANG=fr ./soaper-dl.sh -n ' game of thrones '
الغرض من هذا البرنامج النصي هو تنزيل حلقات المسلسلات التلفزيونية والأفلام لمشاهدتها لاحقًا في حالة عدم توفر الإنترنت. يرجى عدم نسخ أو توزيع المواد التي تم تنزيلها على أي طرف ثالث. شاهدهم وحذفهم بعد ذلك. يرجى استخدام هذا البرنامج النصي على مسؤوليتك الخاصة.