You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ You can run the program with or without a Python installation.
14
14
- download from 1 day and 1 hour ago (25 hours back) at 1920x1080
15
15
- Without Python (Windows only):
16
16
17
-
The program is packaged as binary executable, thanks to <ahref="https://github.com/pyinstaller/pyinstaller"> pyinstaller</a>. Download and extract the zip file `pyarxiver-win.zip`, put it in your path, and run it just like above. For example,
17
+
The program is also packaged as binary executable, thanks to <ahref="https://github.com/pyinstaller/pyinstaller"> pyinstaller</a>. Download and extract the zip file `pyarxiver-win.zip`, put it in your path, and run it just like above. For example,
18
18
-`pyarxiver video-link 0:30`
19
19
- download from 30 minutes ago at 720p
20
20
@@ -23,7 +23,7 @@ The video is downloaded in chunks of `.ts` files to the default directory `frags
23
23
- combines all files (up to 1440, or 2 hours) in `fragsdir` to `vid-combtsXYZ.ts`, leaving the fragments in place. Here `XYZ` is a sequence 1,2,3 etc. to label the combined videos.
24
24
-`combts fragsdir 1440 delete`
25
25
- combines up to 1440 files (actual files may be fewer) in `fragsdir` and delete the fragments after the video file is produced
26
-
- the option `delete` is preferred as it removes used chunks, so only fresh ones are included the next time you run `combts`. This way one can play the video as it is being downloaded. Of course, the `.ts` files may also be processed with <ahref="https://ffmpeg.org/"> FFmpeg</a>, eg, converting it to `mp4` files.
26
+
- the option `delete` is preferred as it removes used chunks, so only fresh ones are included the next time you run `combts`. This way one can play the video as it is being downloaded. Of course, the `.ts` files may also be processed with <ahref="https://ffmpeg.org/"> FFmpeg</a>, eg, converting them to `mp4` files.
27
27
28
28
If you use the binary executables, verify the checksums to be sure:
0 commit comments