Skip to content
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

iTunes Trailer is picking up 'Clips' #73

Closed
whakamolenz opened this issue Mar 7, 2017 · 1 comment
Closed

iTunes Trailer is picking up 'Clips' #73

whakamolenz opened this issue Mar 7, 2017 · 1 comment
Assignees

Comments

@whakamolenz
Copy link

It seems that the iTunes feeds are now returning both trailers and movie clips. The scraper appears to not differentiate, and given the 'clip' is often first, plays that rather than the 'trailer'.

I seemed to fix this by adding an extra check into the get_trailers function of the itunes scraper.py

Added at 127:

if clip['title'] == 'Trailer':

@CinemaVision
Copy link
Owner

Verified.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants