Skip to content

Commit

Permalink
Revert "add traff.co"
Browse files Browse the repository at this point in the history
This reverts commit 4410bb7.
  • Loading branch information
grawity committed Feb 23, 2023
1 parent 4410bb7 commit c146360
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions getpaste
Original file line number Diff line number Diff line change
Expand Up @@ -1425,13 +1425,6 @@ 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 c146360

Please sign in to comment.