Skip to content

Commit ef422fb

Browse files
Update to new api endpoint.
1 parent 2adc6cd commit ef422fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paste.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func scrapePastes() {
4242

4343
log.Println("[+] Checking for new pastes.")
4444

45-
resp := get("https://pastebin.com/api_scraping.php?limit=100")
45+
resp := get("https://scrape.pastebin.com/api_scraping.php?limit=100")
4646
err := json.Unmarshal(resp, &pastes)
4747
if err != nil {
4848
log.Println("[-] Could not parse list of pastes.")

0 commit comments

Comments
 (0)