Skip to content

Commit

Permalink
fix URL for paste.dn42.us
Browse files Browse the repository at this point in the history
  • Loading branch information
grawity committed Jan 24, 2021
1 parent 4eeee11 commit aabe063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getpaste
Original file line number Diff line number Diff line change
Expand Up @@ -1412,7 +1412,7 @@ sub dl_zerobin {
{
host => "paste.dn42.us",
fragment => qr{^/(.+)!(.+)},
to_path => "#{path.0}/#{fragment.1}",
to_path => "/paste/#{fragment.1}",
to_fragment => "#{fragment.2}",
parser => \&dl_sour,
},
Expand Down

0 comments on commit aabe063

Please sign in to comment.