Skip to content

Commit

Permalink
add traff.co
Browse files Browse the repository at this point in the history
  • Loading branch information
grawity committed Feb 23, 2023
1 parent a88e010 commit 4410bb7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions getpaste
Original file line number Diff line number Diff line change
Expand Up @@ -1425,6 +1425,13 @@ sub dl_zerobin {
{
host => "termbin.com",
},
{
host => "www.traff.co",
parser => sub {
get(shift) =~ m{<textarea.+?required>(.+?)\n</textarea>}s;
return decode_entities($1);
},
},
{
host => "vomitb.in",
path => qr!^/(\w+)!,
Expand Down

0 comments on commit 4410bb7

Please sign in to comment.