File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -266,20 +266,6 @@ def add_to_public_query(self):
266
266
scraper_content = scraper_editor .update_config_xml ()
267
267
gh .create_or_update_file (query_path , scraper_content )
268
268
269
- @property
270
- def included_urls_count (self ):
271
- return self .candidate_urls .filter (excluded = False ).count ()
272
-
273
- @property
274
- def delta_urls_count (self ):
275
- """get the total number of delta urls"""
276
- return self .delta_urls .filter (excluded = False ).count ()
277
-
278
- @property
279
- def included_curated_urls_count (self ):
280
- """get the number of included, curated urls"""
281
- return self .curated_urls .filter (excluded = False ).count ()
282
-
283
269
@property
284
270
def _scraper_config_path (self ) -> str :
285
271
return f"sources/scrapers/{ self .config_folder } /default.xml"
You can’t perform that action at this time.
0 commit comments