GREEN   108   0
   264 1.57 KB    29

Archive ponepaste links

By Guest
Created: 2024-03-25 06:19:59
Expiry: Never

  1. If anyone has linux or WSL they can do this in one line.
  2.  
  3. It does not download poneb.in/u/ links (bottom of page)
  4.  
  5. curl -O `curl https://ponepaste.org/6509 | grep -o --extended-regexp -Z "((ponepaste.org\/)[0-9]{1,14})" | awk '!seen[$0]++' | cut -c 15-30 | sed 's|^|https://ponepaste.org/download/|' | sed -z "s/\n/ /g"`
  6.  
  7. curl -O `curl https://ponepaste.org/6509 | grep -o --extended-regexp -Z "((poneb.in\/)[A-z0-9]{1,14})" | awk '!seen[$0]++' | cut -c 10-30 | sed 's|^|https://poneb.in/raw/|' | sed -z "s/\n/ /g"`
  8.  
  9. First line is for ponepaste links second is for poneb.in links.
  10.  
  11. What these commands do:
  12. curl -O: download one file per url
  13. `: everything in the ` will become a long list of urls (and is executed first before the curl at the start)
  14. curl https://ponepaste.org/6509: download the main archive page (this should actually be the /download/ page but the main page works)
  15. grep: find ponepaste.org lings with a 1-14 digit number (0-9)
  16. awk: remove duplicate urls
  17. cut: select just the id part of the line
  18. sed: add the download url
  19. sed again: replace the new line with a space " " for the opening curl command
  20.  
  21. Each | character is its own command, you can start with the curl https://ponepaste.org/6509 and add on the next | portion of the command and see how it works.
  22.  
  23. eg first
  24. second
  25. curl https://ponepaste.org/6509 | grep -o --extended-regexp -Z "((ponepaste.org\/)[0-9]{1,14})"
  26. third
  27. curl https://ponepaste.org/6509 | grep -o --extended-regexp -Z "((ponepaste.org\/)[0-9]{1,14})" | awk '!seen[$0]++'

Yandere Thread - Yandere Applejack (completed)

by Guest

Bonding with Nature

by Guest

The Long and Short of It (RGRE)

by Guest

incest relationships piece of the whole pie (lewd) by Frostybox[...]

by Guest

incest thread piece of the (non-canon) pie, limestone's pie by[...]

by Guest