The text you provided appears to be a file name commonly found on third-party file-sharing or "piracy" sites like AllMoviesHub or BollyFlix
// ==UserScript== // @name Movie Filename Cleaner // @match *://*/* // ==/UserScript== Download Hours -2016- Hindi -Mkv Movies Point- 480p WEB mkv
Shiv Panditt, Sandeepa Dhar, Natasa Stankovic, and Varun Badola Release Date: 24 June 2016 The text you provided appears to be a
def parse_movie_filename(filename): """ Parse messy filenames like: "Download Hours -2016- Hindi -Mkv Movies Point- 480p WEB mkv.mkv" """ pattern = r'(.+?)\s*-\s*(\d4)\s*-\s*([^-]+?)\s*-\s*(.+?)\s*-\s*(\d3,4p)\s*(.+?)\s*.(\w+)$' match = re.match(pattern, filename, re.IGNORECASE) 4p)\s*(.+?)\s*.(\w+)$' match = re.match(pattern