Skip to content

Commit

Permalink
Spizoo/Update Spizoo Search xPath
Browse files Browse the repository at this point in the history
  • Loading branch information
diamondpete committed Aug 15, 2024
1 parent 9c20a2d commit 1ea6424
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Contents/Code/siteSpizoo.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ def update(metadata, lang, siteNum, movieGenres, movieActors, art):


searchXPathDB = {
('571', '572', '573', '574', '575', '576', '1374', '577', '1757'): ['//div[@class="category_listing_wrapper_updates"]'],
('293'): ['//div[@class="model-update row"]'],
('577', '1374', '1757'): ['//div[@class="category_listing_wrapper_updates"]'],
('571', '572', '573', '574', '575', '576', '293'): ['//div[@class="model-update row"]'],
('1825', '1826', '1827', '1828'): ['//div[@class="result-content row"]'],
}

Expand Down

0 comments on commit 1ea6424

Please sign in to comment.