parse-torrent-title
parse-torrent-title copied to clipboard
[Bug] Website before rest of torrent name is included in title
Some of the torrent names failed to identify the site URL. it's included with the title.
Example 1:
"www.1TamilMV.world - Raja Vikramarka (2024) Tamil HQ HDRip - 400MB - x264 - AAC - ESub.mkv"
Output:
{'quality': 'WEB-DL', 'year': 2024, 'codec': 'H.264', 'audio': 'AAC', 'filetype': 'MKV', 'language': 'Tamil', 'subtitles': 'English', 'size': '400MB', 'title': 'www.1TamilMV.world - Raja Vikramarka', 'encoder': 'HQ'}
Expected: Site: 'www.1TamilMV.world' title: 'Raja Vikramarka'
Example 2:
"www.1TamilMV.world - Kotha Rangula Prapancham (2024) Telugu HQ PreDVD - 700MB - x264 - HQ Clean Aud.mkv"
Output:
{'year': 2024, 'codec': 'H.264', 'filetype': 'MKV', 'language': 'Telugu', 'size': '700MB', 'title': 'www.1TamilMV.world - Kotha Rangula Prapancham', 'encoder': 'Clean', 'site': 'Aud', 'excess': ['HQ', 'PreDVD', 'HQ']}
Expected Output: Site: 'www.1TamilMV.world' title: 'Kotha Rangula Prapancham'