mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-02 10:04:39 +02:00
Fixed path in CeskaTelevizeBridge (#4236)
This commit is contained in:
parent
6516e31c1b
commit
d51cc8f1a7
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ class CeskaTelevizeBridge extends BridgeAbstract
|
|||
foreach ($html->find('#episodeListSection a[data-testid=card]') as $element) {
|
||||
$itemTitle = $element->find('h3', 0);
|
||||
$itemContent = $element->find('p[class^=content-]', 0);
|
||||
$itemDate = $element->find('div[class^=playTime-] span', 0);
|
||||
$itemDate = $element->find('div[class^=playTime-] span, [data-testid=episode-item-broadcast] span', 0);
|
||||
$itemThumbnail = $element->find('img', 0);
|
||||
$itemUri = self::URI . $element->getAttribute('href');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue