2024-11-01, 02:45 PM
Yeah. The episode that you can't "record series" doesn't have a <sub-title> field. Which usually has an episode name.
The episode that you can record series on does have the sub-title field.
My IPTV provider has a URL to pull their schedule from. The script I use to scrape will copy the episode number and create a sub-title field if the provider didn't include one.
The episode that you can record series on does have the sub-title field.
Code:
<sub-title lang="en">Consequences Of Loaning Your Dad Money</sub-title>
My IPTV provider has a URL to pull their schedule from. The script I use to scrape will copy the episode number and create a sub-title field if the provider didn't include one.