Is there a windows program that will download and sync a thread (viewable as html) to my computer until the thread...

is there a windows program that will download and sync a thread (viewable as html) to my computer until the thread 404's? i want to collect some Sup Forums charts.

Other urls found in this thread:

rbt.asia/mu/
youtube.com/watch?v=9Deg7VrpHbM
github.com/bibanon/BASC-Archiver
twitter.com/SFWRedditGifs

yes

yep

sent ;-)

function Sup Forums() {

if [[ $# -ne 1 ]]
then
echo 'No URL specified! Give the URL to thread as the ONLY argument'
return 1
fi

url=$1

grep 'boards\.Sup Forums\.org/[a-z0-9]\{1,4\}/thread/[0-9]\{4,12\}.*' /dev/null
exit_code=$?
if [[ $exit_code -ne 0 ]]
then
echo 'Malformed URL! Give the URL to thread as the ONLY argument'
return 2
fi

curl -k -f -s $url 2>&1 > /dev/null
exit_code=$?
if [[ $exit_code -ne 0 ]]
then
echo 'Invalid URL! Or you don`t have permission to view the page'
return 3
fi

if [[ $(grep '^http'

add that to your shell's rc file or whatever then just call it in a loop until you notice 404 error messages lol

Might be smarter to stop once the thread becomes archived since they archive way before 404 usually

wait you didn't want just pics you just wanted the page itself?

How retarded are you, just use one of the mirror sites like
rbt.asia/mu/

>shell's rc

well, i want to have the thread permanently on my pc so i can browse by thread name when i want some new album to listen to. should i just bookmark a thread and look it up on Sup Forums archive after it's dead? i know that Sup Forums x redirects to archive automatically but the archive probably deletes images after a while.

>Sup Forums
>listens to retarded nigger garbage
Get the fuck away

download it from the archive after the thread dies on Sup Forums, nothing new will be added.

just press ctrl - s on the page lmao

that doesn't save the images fag

warosu.org/mu

?
So just use a little bash script or DownThemAll and then save. Are you new to the Internet?

dude what am going to do with images somewhere and html somewhere else? am i going to edit them for the html myself?
youtube.com/watch?v=9Deg7VrpHbM

github.com/bibanon/BASC-Archiver

So you want something like this?

yass. this is enough. wish it renamed folders with the tab's name though.
that only saves images what the hell

so you want more than images? For what purpose!?!

to see what the thread is about

replace every image url in html with url to downloaded image using a script and you have the same functionality

>i want to collect some Sup Forums charts.
haha nigga just like go on scaruffi.com haha

ahaha

Whay a gay ass theme jej

Install GNU/Linux