Cathal Mooney
Cathal Mooney
I'm getting this right now on this url: https://www.bbc.co.uk/iplayer/episode/n12t26ht9/panorama-trump-and-the-tech-titans bbc.py gets down to the `"Multiple video playlist with single now playing entry` processing, and the [regex search](https://github.com/yt-dlp/yt-dlp/blob/e8a6b1ca92f2a0ce2c187668165be23dc5506aab/yt_dlp/extractor/bbc.py#L1469) fails. If I...
> Simple: > ``` > if not programme_id: > programme_id = self._search_regex( > - rf'"vpid"\s*:\s*"({self._ID_REGEX})"', webpage, 'vpid', fatal=False, default=None) > + rf'"(?:vpid|tleoId)"\s*:\s*"({self._ID_REGEX})"', webpage, 'vpid', fatal=False, default=None) > ``` Thanks! Unfortunately...
> It would appear that the BBC have assigned a **new PID** for the same (?) title, now starting with (the more familiar) consonant "**m**" (and PID consisting, again, of...
We use something similar for our VMs, the "onlink" thing in Linux is very flexible, it allows the host to ARP for the MAC for a gateway that you route...