Skip to content

Commit 35fe9cf

Browse files
committed
update readme
1 parent df507dd commit 35fe9cf

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# sdl
22
Download multiple episodes from streaming sites
33

4-
**Warning: This project has been only tested on Linux, and is generally not well tested.**
5-
64
## Supported sites
75
### German
86
* [AniWorld](https://aniworld.to)
@@ -70,6 +68,12 @@ If an episode has multiple languages, the general language preference is as foll
7068
* German Anime Website: GerDub > GerSub > EngSub > EngDub
7169
* German non-Anime Website: GerDub > GerSub > EngDub > EngSub
7270

71+
### Prioritize specific extractors
72+
First try Filemoon, then Voe, and finally try every other possible extractor using the `*` fallback:
73+
```bash
74+
sdl -p filemoon,voe,* 'https://aniworld.to/anime/stream/yuruyuri-happy-go-lily/staffel-1/episode-1'
75+
```
76+
7377
### Downloading with extractor directly
7478
```bash
7579
sdl -u 'https://streamtape.com/e/DXYPVBeKrpCkMwD'
@@ -94,11 +98,15 @@ Options:
9498
Only download specific episodes
9599
-s, --seasons <RANGES>
96100
Only download specific seasons
101+
-p, --extractor-priorities <PRIORITIES>
102+
Extractor priorities
97103
-u, --extractor[=<NAME>]
98104
Use underlying extractors directly
99105
-N, --concurrent-downloads <INF|NUMBER>
100106
Concurrent downloads [default: 5]
101-
-r, --retries <INF|NUMBER>
107+
-r, --limit-rate <RATE>
108+
Maximum download rate in bytes per second, e.g. 50K or 4.2MiB
109+
-R, --retries <INF|NUMBER>
102110
Number of download retries [default: 5]
103111
--ddos-wait-episodes <NEVER|NUMBER>
104112
Amount of requests before waiting [default: 4]

0 commit comments

Comments
 (0)