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
Is there any documentation on which options are available for which scrapers and how to parameterize them? Some individual tasks contain documentation on this, but it is not consistent, and there seem to be CLI inputs where the options do not respect each other.
As far as I can tell from the code, the following command should return only bills from the House and the Senate:
but the scraper also pulls down sres, hjres, and so on, which indicates that the type option is not necessarily being respected. This may be a bug, but it may be a misunderstanding of how the tool is meant to work so I'm trying to disambiguate.
The text was updated successfully, but these errors were encountered:
Is there any documentation on which options are available for which scrapers and how to parameterize them? Some individual tasks contain documentation on this, but it is not consistent, and there seem to be CLI inputs where the options do not respect each other.
As far as I can tell from the code, the following command should return only bills from the House and the Senate:
but the scraper also pulls down
sres
,hjres
, and so on, which indicates that thetype
option is not necessarily being respected. This may be a bug, but it may be a misunderstanding of how the tool is meant to work so I'm trying to disambiguate.The text was updated successfully, but these errors were encountered: