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
The scraper is currently not able to use multiple tags(filters) at once.
When we provide multiple tags(filters) we get separate output for each of them.
Now we want to include an option to use multiple tags(filters).
for example
if we pass 5 with two tags in Scraper function Scraper(5, ['Discounts', 'F2P'])
we get 10 outputs 5 for Discount and 5 for F2P
You may include a 3rd parameter for using multiple tags(filters) at once.
Add ScreenShots
Record
I agree to follow this project's Code of Conduct
I'm a GSSoC'24 contributor
I want to work on this issue
The text was updated successfully, but these errors were encountered:
Hi there! Thanks for opening this issue. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible.
Please assign this issue to me, @SudoSu-bham
As I've already been exploring a solution that doesn't require a new parameter, by simply passing multiple filter_tags. For your reference, please see the attached image:
This approach avoids creating additional parameters and allows for more flexibility in passing multiple tags to the Scraper function
Describe the feature
The scraper is currently not able to use multiple tags(filters) at once.
When we provide multiple tags(filters) we get separate output for each of them.
Now we want to include an option to use multiple tags(filters).
for example
if we pass 5 with two tags in Scraper function
Scraper(5, ['Discounts', 'F2P'])
we get 10 outputs 5 for
Discount
and 5 forF2P
You may include a 3rd parameter for using multiple tags(filters) at once.
Add ScreenShots
Record
The text was updated successfully, but these errors were encountered: