Python Script to Retrieve Latest Video Posts From BTJunkie.org

I whipped up this quick Python script, written using Python Interpreter 3.2.2, so I could quickly see the latest additions to BTJunkie.org Video section, sorted from Most Seeded to Least Seeded. This only returns one page of results (any more and you can just visit the site) which is approximately 50 results. Without further ado, here is the script.

Batch Renaming Made Easier

UPDATE! January 4th, 2012

Just updated this script yet again. Now renames in order by date, to keep your pictures/files in the order of which they were created as well! Works great on pictures. Please, submit any bugs you find! Info for submitting in script notes. Get here.

UPDATE! September 07th 2010

Just updated the script and fixed a bug. In the past, if you used this script to rename a bulk amount of files using the same naming convention as it is already, it would remove/delete files. This is because if it tried to rename IllinoisTrip-99.jpg to IllinoisTrip-01.jpg and 01 already existed, it would go ahead and perform theĀ  rename therefore destroying the original IllinoisTrip-01.jpg. Continue reading