Popular recipes by A B http://code.activestate.com/recipes/users/4145641/2009-07-19T01:18:17-07:00ActiveState Code RecipesTV-Series Current Episode Info (Python) 2008-05-08T15:11:50-07:00A Bhttp://code.activestate.com/recipes/users/4145641/http://code.activestate.com/recipes/572193-tv-series-current-episode-info/ <p style="color: grey"> Python recipe 572193 by <a href="/recipes/users/4145641/">A B</a> (<a href="/recipes/tags/web/">web</a>). Revision 2. </p> <p>The getEps function in this module returns a text string containing the original air date for the last aired and next upcoming episodes of a TV series title. It also provides the plot for the next upcoming episode, if available. The information returned is limited to what is available at IMDb, and so it may not be up to date. IMDbPY (<a href="http://imdbpy.sourceforge.net/" rel="nofollow">http://imdbpy.sourceforge.net/</a>) is used. See code for usage information and examples.</p> Selective cleanup (deletion) of files (based on category and extension) for use by a SABnzbd+ external post-processing script (Python) 2009-07-19T01:18:17-07:00A Bhttp://code.activestate.com/recipes/users/4145641/http://code.activestate.com/recipes/573440-selective-cleanup-deletion-of-files-based-on-categ/ <p style="color: grey"> Python recipe 573440 by <a href="/recipes/users/4145641/">A B</a> (<a href="/recipes/tags/extending/">extending</a>, <a href="/recipes/tags/post_processing/">post_processing</a>, <a href="/recipes/tags/post_processing_script/">post_processing_script</a>, <a href="/recipes/tags/sabnzbd/">sabnzbd</a>, <a href="/recipes/tags/sabnzbdp/">sabnzbdp</a>). Revision 11. </p> <p>This script clean's up (deletes) files with specific extensions, e.g. .sfv, .nzb, but only for downloads belonging to a particular category.</p> Google Hits (Python) 2008-06-08T21:29:17-07:00A Bhttp://code.activestate.com/recipes/users/4145641/http://code.activestate.com/recipes/572173-google-hits/ <p style="color: grey"> Python recipe 572173 by <a href="/recipes/users/4145641/">A B</a> (<a href="/recipes/tags/web/">web</a>). Revision 2. </p> <p>The getHits function in this file takes as input a search term string, and returns as output a dict containing the number of web hits returned for that search term. The Google search engine and a SQLite database are used. See code for usage information.</p>