update readme.md

This commit is contained in:
tnt2402
2023-02-20 19:19:47 +07:00
parent 66b3c1fa6b
commit 6f3ba8c38f
2 changed files with 5 additions and 4 deletions

View File

@@ -5,7 +5,8 @@ PornHub-dl is a Python tool for downloading PornHub video/playlist.
## Requirements ## Requirements
```bash ```bash
Python 3.7 or later Python 3.7 or later
A VPN or you can use 1.1.1.1 WARP VPN or any anti - Deep Packet Inspection (if your ISP blocks Pornhub) ^-^
``` ```
## Installation ## Installation
@@ -50,9 +51,9 @@ Please make sure to update tests as appropriate.
## Special thanks ## Special thanks
YouTube-DL (the world's most powerful tool) YouTube-DL (the world's most powerful tool)
aria2c (a f*ckinn lightweight multi-source command-line download utility)
PyFiglet (simple and beauty) PyFiglet (simple and beauty)
@ValdikSS for his Deep Packet Inspection circumvention utility (github.com/ValdikSS/GoodbyeDPI)
@mariosemes for his PornHub-downloader (github.com/mariosemes/PornHub-downloader-python) @mariosemes for his PornHub-downloader (github.com/mariosemes/PornHub-downloader-python)
# from tnt2402 with <3 # from tnt2402 with <3

View File

@@ -101,7 +101,7 @@ def fix_title(s):
deny_char = ['\\', '/', '.', '?', '*', ':', '!'] deny_char = ['\\', '/', '.', '?', '*', ':', '!']
for i in deny_char: for i in deny_char:
decoded_unicode = decoded_unicode.replace(i, '') decoded_unicode = decoded_unicode.replace(i, '')
return decoded_unicode return decoded_unicode.strip()
def check_output_dir(model_name): def check_output_dir(model_name):