We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2adc6cd commit ef422fbCopy full SHA for ef422fb
paste.go
@@ -42,7 +42,7 @@ func scrapePastes() {
42
43
log.Println("[+] Checking for new pastes.")
44
45
- resp := get("https://pastebin.com/api_scraping.php?limit=100")
+ resp := get("https://scrape.pastebin.com/api_scraping.php?limit=100")
46
err := json.Unmarshal(resp, &pastes)
47
if err != nil {
48
log.Println("[-] Could not parse list of pastes.")
0 commit comments