Skip to content

Commit d2f033a

Browse files
committed
[CzechAV] fix
closes #2685
1 parent 4d3b3b5 commit d2f033a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scrapers/CzechAV.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,19 +61,19 @@ xPathScrapers:
6161
- replace:
6262
- regex: .+?(\d+)$
6363
with: $1
64-
Details: //div[contains(@class,'detail-description--longer')]/p
64+
Details: //div[contains(@class,"read-more ")]/div/p/text()
6565
Tags:
6666
Name: //li[@class="tag ellipsis no-shrink"]/a/span/text()
6767
Performers:
6868
Name: //span[contains(., "Featuring:")]/following-sibling::a
6969
Studio:
7070
Name: //img[contains(@class, "logo")]/@alt
71-
Image: //video/@poster
71+
Image: //media-player/@poster
7272
Date:
73-
selector: //script[@type="application/ld+json"]
73+
selector: //script[@type="application/ld+json"][1]
7474
postProcess:
7575
- replace:
7676
- regex: .+(?:"uploadDate":\s*")([^T]+).+
7777
with: $1
7878
- parseDate: 2006-01-02
79-
# Last Updated February 7, 2025
79+
# Last Updated March 9, 2026

0 commit comments

Comments
 (0)