Popular recipes tagged "scraping" but not "html"http://code.activestate.com/recipes/tags/scraping-html/2013-07-16T21:44:47-07:00ActiveState Code RecipesManga Downloader (Python)
2013-07-16T21:44:47-07:00AJay Kumarhttp://code.activestate.com/recipes/users/4187119/http://code.activestate.com/recipes/578609-manga-downloader/
<p style="color: grey">
Python
recipe 578609
by <a href="/recipes/users/4187119/">AJay Kumar</a>
(<a href="/recipes/tags/scraping/">scraping</a>).
</p>
<p>Downloads Manga (Japanese Comics)
It will get the images based on search and url
There's an exe available @ Sourceforge
Modules:
1.bs4
2.easygui</p>
ur1.ca command-line client (Python)
2011-03-23T05:27:27-07:00Conghttp://code.activestate.com/recipes/users/4167149/http://code.activestate.com/recipes/577236-ur1ca-command-line-client/
<p style="color: grey">
Python
recipe 577236
by <a href="/recipes/users/4167149/">Cong</a>
(<a href="/recipes/tags/scraping/">scraping</a>, <a href="/recipes/tags/shortening/">shortening</a>, <a href="/recipes/tags/url/">url</a>, <a href="/recipes/tags/web/">web</a>).
Revision 2.
</p>
<p>(ur1.ca)[http://ur1.ca/] is the URL shortening services provided by <a href="http://status.net" rel="nofollow">status.net</a>. This script makes it possible to access the service from the command line. This is done by scraping the returned page and look for the shortened URL.</p>