Hi there. I was wondering if there could be a way to filter movies that were made by studios and not exactly fanfilms or related. Movies like “Batman” of Pattinson for example.
Also I was filtering some movies and some of them look pretty NSFW, is there a way to filter and not getting those movies?
加入讨论 - 在下面添加评论:
There is a way to filter movies by studio and not fan films. On most streaming services, you can filter movies based on their production company. That way, you can search for specific studios, such as Warner Bros., and avoid fan films and related content.
For NSFW content, many streaming services have parental control settings that allow you to block certain types of content from appearing within your results. You can also further customize the settings to your preferences in order to ensure that only appropriate content appears when searching for movies.
Or another method to solved the second problem is using the property “isAdult” that returns a boolean. This property is also not included in some info structure so you will have to make another search with “info”=“isAdult”.
Hi,
For the first problem, you could query with the list of top 10.000 -> list=most_pop_movies / most_pop_series.
For the second, most titles have a “certificate” property, that has a “rating” (that is the content rating: PG-13, G … ), this property is not included in some info structure so you will have to make another search with “info”=“certificate”.
Thanks,
AM