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

Should ignore collection:sabucat_trailers entres from search result #3

Open
petterreinholdtsen opened this issue Nov 27, 2017 · 3 comments

Comments

@petterreinholdtsen
Copy link

Hi. While working on locating all movies in IMDB that are legal to share on the Internet, I discovered a minor hickup with the search result used in this provider to find movies in the Internet Archive. In addition to ignoring entries with collection:movie_trailers, it should also ignore entries with collection:sabucat_trailers to avoid a few more trailers from the search result.

@petterreinholdtsen
Copy link
Author

I would also recommend to ignore entries with collection:stock_footage. It removes entires like https://archive.org/details/Sundial from the list.

@petterreinholdtsen
Copy link
Author

After doing some testing, I suspect this is a better search to use:

(collection:moviesandfilms
OR collection:animationandcartoons
OR collection:classic_cartoons)
AND NOT collection:movie_trailers
AND NOT collection:sabucat_trailers
AND NOT collection:stock_footage
AND NOT collection:home_movies
AND NOT collection:prelinger_mashups
AND -mediatype:collection
AND format:"Archive BitTorrent"

@petterreinholdtsen
Copy link
Author

For the record, the above proposed search currently return 18958 movies. Adding 'AND year' at the end reduce the search result to 565 movies. Of the 18958, I have been able to identify the IMDB title ID of 2337. I have not yet had time to investigate the remaining 16621.

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

No branches or pull requests

1 participant