Forums

\^_^/ Anime Discussion \^_^/2 Thread is sticky

Quick find code: 23-24-240-61239843

Icy Spring

Icy Spring

Posts: 3,248 Adamant Posts by user Forum Profile RuneMetrics Profile
Just in time for the summer season, I finished a bash script to check nyaa to see if a show has been uploaded in the last day, and if so, download it. Overall not a fun experience as I've got to deal with url-encoded characters and that garbage.

title=$(echo "$rss" | grep -Po "(?<=<title&gt ;) .********;/title&gt ;) " | head -2 | tail -1 | sed -r "s/&#40;(.*)&#41;/\(\1\)/&quot ;)

I hate bash.

Edit: Muh regular expression's ruined formatting

28-Jun-2014 03:34:59 - Last edited on 28-Jun-2014 03:35:36 by Icy Spring

Quick find code: 23-24-240-61239843 Back to Top