pirokit icon indicating copy to clipboard operation
pirokit copied to clipboard

Results 2 pirokit issues
Sort by recently updated
recently updated
newest added

Thanks for the script, I made some changes - Two scripts, one does download by uploader, keeps processed magnets and checks / does not redownload duplicates - The other script...

`grep -Po "magnet:\?xt=urn:btih:[a-zA-Z0-9]*" ` truncates the magnet at the first ampersand. Maybe try: `magnet=$(grep -Po "magnet:\?xt=urn:btih:[[:alnum:][:punct:]]*" $cachedir/tmp.html | head -n 1)` `deluge=$(echo "$magnet" | tr -d \")` `deluge-console add "$deluge"`