-
-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Several German television and shopping providers were added. Language support was added to the Wikipedia and the google provider. #159
Conversation
PR looks good but a few nits:
Thanks for the contribution! |
|
||
// Tags returns the tags relevant to this provider. | ||
func (p *Provider) Tags() []string { | ||
return []string{"search"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should be left blank, search really indicates a more general purpose search like google/duckduckgo/etc. Most users won't want to search maps as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reminder, we should remove this tag. =)
Added the second german television station (ZDF) to the available providers.