Dd-s Sm Masha Dina Hd 128 -m Nd 13- 18min Hd ... -
import re
# Simple extraction example parts = content_string.split() duration_match = re.search(r'(\d+)- (\d+min)', content_string) if duration_match: print(f"Duration: from {duration_match.group(1)} to {duration_match.group(2)}") This example is quite basic and assumes the structure of the string is consistent. The approach depends on your specific use case—whether you're filtering content, reporting on it, or managing a library of files. Ensure you're complying with legal and platform guidelines, especially if the content is sensitive. DD-s SM Masha Dina HD 128 -M ND 13- 18min HD ...
content_string = "DD-s SM Masha Dina HD 128 -M ND 13- 18min HD" import re # Simple extraction example parts =