We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0536c3c commit d889b89Copy full SHA for d889b89
imslp/interfaces/scraping.py
@@ -29,6 +29,7 @@
29
# Pattern of URL to fetch category charts
30
IMSLP_SCRAPE_CATCHART_URL = IMSLP_BASE_URL.format("/index.php?title={}&customcat=ccperson1")
31
32
+# class name and content string used to locate chart of works
33
IMSLP_SCRAPE_CATCHART_TABLE_CLASS = "wikitable"
34
IMSLP_SCRAPE_CATCHART_NEXT_CLASS = "next 200"
35
IMSLP_SCRAPE_CATCHART_NEXT_TEXT = "next 200"
0 commit comments