(scraperName: string)
| 576 | } |
| 577 | |
| 578 | getViews(scraperName: string): View[] { |
| 579 | return this.scrapers[scraperName].views; |
| 580 | } |
| 581 | |
| 582 | getDefaultSort(scraperName: string): string { |
| 583 | return this.scrapers[scraperName].default_sort; |
no outgoing calls
no test coverage detected