We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11187c4 + a0689d8 commit c462676Copy full SHA for c462676
README.md
@@ -25,6 +25,28 @@ install the dependencies
25
```
26
pip install -r requirements.txt
27
28
+if running on linux do:
29
+```
30
+chmod +x js-parse.py
31
+sudo mv js-parse.py /usr/local/bin/js-parse
32
33
+
34
+run the file:
35
++ python:
36
37
+python js-parse.py https://youtube.com
38
39
+or
40
++ linux:
41
42
+./js-parse https://youtube.com
43
44
45
++ linux global/binary:
46
47
+js-parse https://youtube.com
48
49
50
## Options:
51
52
-h, --help show this help message and exit
requirements.txt
@@ -2,5 +2,4 @@ jsbeautifier==1.15.1
2
beautifulsoup4==4.11.1
3
bs4==0.0.1
4
requests==2.31.0
5
-selenium==4.8.3
6
-tqdm==4.66.1
+tqdm==4.66.1
0 commit comments