Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
825i authored Sep 3, 2024
1 parent 3a2c1be commit 8429287
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ The script requires:

The script will fetch the files (currently .mp4 and .mkv) files from any of the links within the ```'download-directory-listing'``` class on the page.

![fileripperdownload](https://i.postimg.cc/8znLtMnk/image.png)

You can also change the file extensions you are interested in downloading, on line 42 (by default .mp4 and .mkv files)
```if link['href'].lower().endswith(('.mp4', '.mkv')):```

Expand Down

0 comments on commit 8429287

Please sign in to comment.