Posts Tagged ‘ wrzuta ’
Aby ściągnąć pliki z wrzuty w Ruby, należy ze strony danego adresu odczytać zmienne javascript-u które zostaną przekazane do odtwarzacza napisanego we flashu. require 'net/http' require 'uri' require 'rexml/document' def get(url) url = URI.parse(url) http = Net::HTTP.new(url.host) return http.get(url.path).body end page = get(url) #zczytanie zmiennych javascript if page =~ /'key' : '([^']*)',/ key = $1 [ READ MORE ]
I’ve create my first github project Downloader. It’s a Ruby script for download files from file hosting services. You can download files from 4shared, rapidshare, przeklej, filesonic and wrzuta. You can download it from github or from here. You can use it: download.rb <url> or download.rb -f <file with urls> If you download files from [ READ MORE ]
Get every new post delivered to your Inbox.
Join 69 other followers