Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 550 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 550 Bytes

Python MiniScripts

Clipboard Copy

Copies multiple entries from the clipboard and concatenates them into a single entry for easy pasting

Episode Renamer

Automatically renames all the episodes of your downloaded tv series/anime for the given season by getting names from their wiki page (Using BeautifulSoup)

Spider

Crawls the given website and lists all the occurrences of the word to be found in the specifies no of pages

Spider (bs4)

A spider search using BeautifulSoup which parses php redirect links as well