Popular recipes by p@ntut$ http://code.activestate.com/recipes/users/4183895/2014-09-20T08:16:57-07:00ActiveState Code Recipesasskick.py (Python)
2014-09-20T08:16:57-07:00p@ntut$http://code.activestate.com/recipes/users/4183895/http://code.activestate.com/recipes/578940-asskickpy/
<p style="color: grey">
Python
recipe 578940
by <a href="/recipes/users/4183895/">p@ntut$</a>
(<a href="/recipes/tags/kickass/">kickass</a>, <a href="/recipes/tags/search/">search</a>, <a href="/recipes/tags/torrents/">torrents</a>).
</p>
<p>URL: <a href="http://pantuts.com/2014/09/20/asskick-py-python-script-search-download-torrents-kickass/" rel="nofollow">http://pantuts.com/2014/09/20/asskick-py-python-script-search-download-torrents-kickass/</a></p>
<p>Python script to search and download torrents from KickAss torrents.</p>
emingoo - Extract emails from google search results (Python)
2014-07-30T07:23:36-07:00p@ntut$http://code.activestate.com/recipes/users/4183895/http://code.activestate.com/recipes/578498-emingoo-extract-emails-from-google-search-results/
<p style="color: grey">
Python
recipe 578498
by <a href="/recipes/users/4183895/">p@ntut$</a>
(<a href="/recipes/tags/python3/">python3</a>).
Revision 2.
</p>
<p>This is a quick and dirty script that does not use google REST api so use this with warning. It extracts emails from google search results.
<a href="http://pantuts.com/2013/03/20/emingoo-extract-emails-from-google-search-results/" rel="nofollow">http://pantuts.com/2013/03/20/emingoo-extract-emails-from-google-search-results/</a></p>
String to Binary (Python)
2014-07-30T07:20:22-07:00p@ntut$http://code.activestate.com/recipes/users/4183895/http://code.activestate.com/recipes/578291-string-to-binary/
<p style="color: grey">
Python
recipe 578291
by <a href="/recipes/users/4183895/">p@ntut$</a>
(<a href="/recipes/tags/binary/">binary</a>, <a href="/recipes/tags/string/">string</a>, <a href="/recipes/tags/to/">to</a>).
Revision 2.
</p>
<p>String to binary snippet, python3+</p>
Youtube Playlist Parser/Extractor (Python)
2014-07-30T07:23:36-07:00p@ntut$http://code.activestate.com/recipes/users/4183895/http://code.activestate.com/recipes/578284-youtube-playlist-parserextractor/
<p style="color: grey">
Python
recipe 578284
by <a href="/recipes/users/4183895/">p@ntut$</a>
(<a href="/recipes/tags/extractor/">extractor</a>, <a href="/recipes/tags/playlist/">playlist</a>, <a href="/recipes/tags/youtube/">youtube</a>).
Revision 18.
</p>
<p>Parse/extract URLs from playlist in youtube (User's videos not favorites)
Link: <a href="http://pantuts.com/2013/02/16/youparse-extract-urls-from-youtube/" rel="nofollow">http://pantuts.com/2013/02/16/youparse-extract-urls-from-youtube/</a></p>
Saving snippets to SQLite3 database (Python)
2014-07-30T07:23:36-07:00p@ntut$http://code.activestate.com/recipes/users/4183895/http://code.activestate.com/recipes/578285-saving-snippets-to-sqlite3-database/
<p style="color: grey">
Python
recipe 578285
by <a href="/recipes/users/4183895/">p@ntut$</a>
(<a href="/recipes/tags/database/">database</a>).
Revision 5.
</p>
<p>Save your snippets/codes to sqlite3 database, search, edit, and delete.</p>
Output string with effect, python3+ (Python)
2012-10-17T18:23:05-07:00p@ntut$http://code.activestate.com/recipes/users/4183895/http://code.activestate.com/recipes/578292-output-string-with-effect-python3/
<p style="color: grey">
Python
recipe 578292
by <a href="/recipes/users/4183895/">p@ntut$</a>
(<a href="/recipes/tags/effects/">effects</a>).
</p>
<p>Snippet to output lines of characters with effect in python</p>
tubeNick - Download youtube videos (Python)
2014-07-30T07:23:36-07:00p@ntut$http://code.activestate.com/recipes/users/4183895/http://code.activestate.com/recipes/578288-tubenick-download-youtube-videos/
<p style="color: grey">
Python
recipe 578288
by <a href="/recipes/users/4183895/">p@ntut$</a>
(<a href="/recipes/tags/youtube/">youtube</a>).
Revision 15.
</p>
<p>This tool simple provides downloading videos from youtube with support for STDIN (PIPE) for tools like umph or youParse.</p>
<p>UPDATE INFO: Youtube has recently changed their service so this tool may not work on some other links. Will update very soon. (edited: 29-12-2012)</p>