Skip to content

Commit

Permalink
Fix date parsing for College-Uniform
Browse files Browse the repository at this point in the history
  • Loading branch information
Maista6969 committed Jan 11, 2025
1 parent cabc952 commit 5d74a66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scrapers/CollegeUniform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ xPathScrapers:
Date: &date
selector: //span[@class="update_date"]
postProcess:
- parseDate: 02/01/2006
- parseDate: 01/02/2006
Performers: &performers
Name: //span[@class="tour_update_models"]/a
Details: &details
Expand All @@ -43,4 +43,4 @@ xPathScrapers:
Studio: *studio
Date: *date
Tags: *tags
# Last Updated July 25, 2021
# Last Updated January 11, 2025

0 comments on commit 5d74a66

Please sign in to comment.