MichaelYochpaz / iSubRip

A Python command-line tool for scraping and downloading subtitles from AppleTV and iTunes movie pages.
MIT License
113 stars 15 forks source link

[Issue]: "An iTunes offer could not be found. Skipping..." #36

Closed Ob1w4 closed 1 year ago

Ob1w4 commented 1 year ago

Confirmations

OS Type

Windows

Python Version

3.10.5

Package Version

2.3.3

Description

When I try to get the French subtitles for this link: https://tv.apple.com/fr/movie/the-score/umc.cmc.64dyhbdttzmnf1yghg8tbd9lh, isubrip says: "An iTunes offer could not be found. Skipping...".

But the Apple TV page lists French subtitles as available.

Config

[downloads]
folder = "C:\\Users\\Admin\\Desktop\\"
format = "vtt"
languages = ["en-US", "en-GB", "fr-FR","fr"]
zip = false

[subtitles]
fix-rtl = false

check-for-updates = true

Output Log

C:\Users\Admin>isubrip https://tv.apple.com/fr/movie/the-score/umc.cmc.64dyhbdttzmnf1yghg8tbd9lh
Scraping https://tv.apple.com/fr/movie/the-score/umc.cmc.64dyhbdttzmnf1yghg8tbd9lh...
An iTunes offer could not be found. Skipping...
insurw commented 1 year ago

Not a bug. It's not available in the French iTunes store. If it was available you'd have "Available at iTunes" and a "Show in iTunes" link. On the French AppleTV page it says "Available at myCanal".

It is available in other European iTunes stores, but not with French subtitles. My guess it's not in the iTunes store now because of myCanal.

If you don't want search with the iTunes app use your browser in Google: movietitle site:itunes.apple.com\fr inurl:movie

If you use Google Chrome (and Chromium browsers I guess) you can add this as a "site search": https://www.google.com/search?q=%s+site%3Aitunes.apple.com/fr+inurl%3Amovie

MichaelYochpaz commented 1 year ago

Like @insurw said, this is not a bug. The output of An iTunes offer could not be found. seems to correct here.