You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is using for printing debug logs, see debugging section to know how to use it.
73
+
74
+
## Debugging your Rules
75
+
76
+
In case you need to see what's happening under the hood, you can set `DEBUG='metascraper*'.
77
+
78
+
This is useful for verifying rule precedence and detecting slow rules.
79
+
61
80
## Testing your Rules
62
81
63
82
Since the order of the rules is important, testing it is also an important thing in order to be sure more popular rules are executed first over less popular rules.
0 commit comments