Mike Fährmann
18ed39c1cf
implement 'downloader' options per extractor category
by setting options inside 'http' or 'ytdl' inside extractor options
or inside subcategory options
{
"extractor": {
"mastodon": {
"http": {
"rate": "10k"
}
},
"mastodon.social": {
"http": {
"rate": "100k"
}
}
},
"downloader": {
"rate": "100m"
}
}
Sets download speed to
- 10k for mastodon.social URLs
- 100k for mastodon sites in general
- 100m for all other sites
2025-02-22 10:08:59 +01:00
..
2025-02-19 22:14:52 +01:00
2015-10-03 14:51:13 +02:00
2024-02-27 02:10:05 +01:00
2024-11-16 21:13:57 +01:00
2024-06-14 01:22:00 +02:00
2025-02-22 10:08:59 +01:00
2024-10-27 20:08:50 +01:00
2024-10-01 17:03:13 +02:00
2024-04-06 16:59:09 +02:00
2023-03-02 17:26:51 +01:00
2024-02-27 02:10:05 +01:00
2024-11-19 08:05:11 +01:00
2025-01-12 20:55:37 +01:00
2024-10-01 20:28:30 +02:00
2025-01-06 13:47:32 +01:00
2024-08-29 19:28:08 +02:00