Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wget -qO- "http://filmsbykris.com/scripts"
- wget -qO- "http://filmsbykris.com/scripts"|sed -e 's/<[^>]*>//g'
- wget -qO- "http://filmsbykris.com/scripts"|sed -e 's/<[^>]*>//g'|recode html..ascii
- wget -qO- "http://filmsbykris.com/scripts"|sed -e 's/<[^>]*>//g'|recode html
- w3m -dump "http://filmsbykris.com/scripts"
- site="$(wget -qO- "http://filmsbykris.com/scripts")"
- echo $site
- echo "$site"
- echo "$site"|w3m -dump -T text/html
- wget -qO- "http://filmsbykris.com/scripts"|html2text
- echo "$site"|html2text
- echo "$site"| php -r 'echo strip_tags(file_get_contents("php://stdin"));'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement