File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments