Outlander S03e06 — 720p Web-dl |work|
You'd need to fetch episode title from an API (TVDB/TMDB) using S03E06.
It sounds like you're looking to create a (likely for a media server, metadata scraper, or torrent/client automation) related to the file: outlander s03e06 720p web-dl
Outlander S03E06 720p WEB-DL
Here are a few ways you could implement a feature around this: Feature: Auto-identify and correctly name this release for libraries. You'd need to fetch episode title from an
Outlander S03E06 720p WEB-DL.mkv Output: Outlander - S03E06 - Episode Title (720p WEB-DL).mkv WEB-DL)" match = re.search(pattern
import re pattern = r"(?P<show>Outlander)\s+S(?P<season>\d+)E(?P<episode>\d+)\s+(?P<quality>\d+p)\s+(?P<source>WEB-DL)" match = re.search(pattern, "Outlander S03E06 720p WEB-DL") if match: print(match.groupdict()) Feature: Auto-label or move completed downloads for this episode.