feat: add browser-based torrent download and package-only Scrapling usage

This commit is contained in:
2026-03-07 01:04:36 +03:00
parent 690733a224
commit bea3010839
3 changed files with 307 additions and 13 deletions

View File

@@ -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
```