forked from nicki-krizek/websharecli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTODO
More file actions
22 lines (17 loc) · 980 Bytes
/
TODO
File metadata and controls
22 lines (17 loc) · 980 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
- download specific file(s) from the list
# link-list --download 5
# link-list --download 1:4
# link-list --download 1,2,4
# --tor --tor-ports --skip-same --dest-dir --pool
# --ignore-vip --exclude
- make use of stdin
# webshare link-id < ids.txt > links.txt
# webshare link-id --download < links.txt
- make download progress pretty when using large pool, progress.py
- scraper is not using webshare api, implementation?
- add support for quality, filetypes, size constrains, number of likes directly from cli, my ideas:
# webshare link-list silence of the lambs --quality 2160p --ftype mkv --size-greater 4GB --likes 5+
# webshare link-search silence of the lambs --quality 2160p --ftype mkv --size-closest 4GB --likes 5+
- tor circuit fails accessing webshare after certain amount of time or after certain amount of data downloaded
# if RETRY during download, find another tor route
# this needs pausing/stopping all connections going through the port