feat: add browser-based torrent download and package-only Scrapling usage
This commit is contained in:
11
README.md
11
README.md
@@ -13,5 +13,14 @@ scrapling install
|
||||
## Run
|
||||
|
||||
```bash
|
||||
python scrape_happyfappy_bookmarks.py --cookie-file cookies.txt --output bookmarks.json
|
||||
.venv/bin/python scrape_happyfappy_bookmarks.py --cookie-file cookies.txt --output bookmarks.json
|
||||
```
|
||||
|
||||
## Download Single Torrent
|
||||
|
||||
```bash
|
||||
.venv/bin/python download_happyfappy_torrent.py \
|
||||
--url "https://www.happyfappy.net/torrents.php?id=110178" \
|
||||
--cookie-file cookies.txt \
|
||||
--output-dir torrent
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user