Skip to content

Instantly share code, notes, and snippets.

@tree-s
Last active August 21, 2024 00:09
Show Gist options
  • Save tree-s/e87defa7b78f0fc8d56990b16bac5558 to your computer and use it in GitHub Desktop.
Save tree-s/e87defa7b78f0fc8d56990b16bac5558 to your computer and use it in GitHub Desktop.
Flexget archiso
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