Skip to content

Commit ad0f16d

Browse files
committed
fix: subscene url (again)
1 parent 1bde99f commit ad0f16d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

media/provider/subscene.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ func (s *subscene) cleanSearchTerm(search string) string {
102102

103103
// FindMediaURL retrieves the subscene.com URL for the given media item
104104
func (s *subscene) FindMediaURL(media types.Media, retries int) ([]searchResult, error) {
105-
url, err := url.Parse("https://subscene.com/subtitles/searching")
105+
url, err := url.Parse("https://subscene.com/subtitles/titlesearch")
106106

107107
if err != nil {
108108
return nil, err

0 commit comments

Comments
 (0)