We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bde99f commit ad0f16dCopy full SHA for ad0f16d
media/provider/subscene.go
@@ -102,7 +102,7 @@ func (s *subscene) cleanSearchTerm(search string) string {
102
103
// FindMediaURL retrieves the subscene.com URL for the given media item
104
func (s *subscene) FindMediaURL(media types.Media, retries int) ([]searchResult, error) {
105
- url, err := url.Parse("https://subscene.com/subtitles/searching")
+ url, err := url.Parse("https://subscene.com/subtitles/titlesearch")
106
107
if err != nil {
108
return nil, err
0 commit comments