Skip to content

Commit

Permalink
add more privatebin
Browse files Browse the repository at this point in the history
  • Loading branch information
grawity committed Jul 15, 2019
1 parent 28934bf commit 4450f53
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions getpaste
Original file line number Diff line number Diff line change
Expand Up @@ -1007,6 +1007,11 @@ sub dl_zerobin {
to_fragment => "#{fragment.2}",
parser => \&dl_sour,
},
{
scheme => qr/^privatebin\+(.+)$/,
to_scheme => "#1",
parser => \&dl_privatebin,
},
{
scheme => qr/^zerobin\+(.+)$/,
to_scheme => "#1",
Expand Down Expand Up @@ -1098,6 +1103,10 @@ sub dl_zerobin {
path => qr!^/pastebin/\w+!,
to_path => "#0.raw",
},
{
host => "paste.joseng.de",
parser => \&dl_privatebin,
},
{
host => "kopy.io",
path => qr!^/(\w+)!,
Expand Down

0 comments on commit 4450f53

Please sign in to comment.