Last active
August 21, 2024 00:09
-
-
Save tree-s/e87defa7b78f0fc8d56990b16bac5558 to your computer and use it in GitHub Desktop.
Flexget archiso
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tasks: | |
arch_task: | |
regexp_parse: | |
source: 'https://www.archlinux.org/download/' | |
keys: | |
title: | |
regexps: | |
- {regexp: '(?<=title=\"Magnet link\">)[a-zA-Z0-9\.\s]*'} | |
url: | |
regexps: | |
- {regexp: 'magnet:\?xt=urn:btih:[a-zA-Z0-9\&\;\=\-\.\_\:\/]*'} | |
accept_all: yes | |
transmission: | |
host: localhost | |
port: 9091 | |
add_paused: no | |
path: '~/downloads/' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment