FlixPatrol Builders¶
You can find items using the features of FlixPatrol.com (FlixPatrol).
No configuration is required for this builder.
Attribute |
Description |
Works with Movies |
Works with Shows |
Works with Playlists and Custom Sort |
---|---|---|---|---|
Finds every item from FlixPatrol’s Top Platform Lists based on the attributes provided. |
✅ |
✅ |
✅ |
|
Finds every movie/show from FlixPatrol’s Popular Movies/Shows Lists based on the attributes provided. |
✅ |
✅ |
✅ |
|
Finds every item from FlixPatrol’s Demographics Lists based on the attributes provided. |
✅ |
✅ |
✅ |
|
Finds every item found at a FlixPatrol URL. |
✅ |
✅ |
✅ |
FlixPatrol Top Platform¶
Finds every item from FlixPatrol’s Top Platform Lists based on the attributes provided.
The only required attribute is platform
.
The sync_mode: sync
and collection_order: custom
Details are recommended since the lists are continuously updated and in a specific order.
Top Platform Attributes¶
Attribute |
Description & Values |
---|---|
|
Description: Streaming Platform to filter on. |
|
Description: Location to filter on. |
|
Description: Time window to filter on. |
|
Description: Number of items to return. |
collections:
US Netflix Monthly Top 20:
flixpatrol_top:
platform: netflix
location: united_states
time_window: this_month
limit: 20
collection_order: custom
sync_mode: sync
FlixPatrol Popular¶
Finds every movie/show from FlixPatrol’s Popular Movies/Shows Lists based on the attributes provided.
The only required attribute is source
.
The sync_mode: sync
and collection_order: custom
Details are recommended since the lists are continuously updated and in a specific order.
Popular Attributes¶
Attribute |
Description |
---|---|
|
Description: Source to filter on. |
|
Description: Time window to filter on. |
|
Description: Number of items to return. |
collections:
Instagram Popular:
flixpatrol_popular:
source: instagram
time_window: all
limit: 20
collection_order: custom
sync_mode: sync
FlixPatrol Demographics¶
Finds every item from FlixPatrol’s Demographics Lists based on the attributes provided.
The only required attribute is generation
.
The sync_mode: sync
and collection_order: custom
Details are recommended since the lists are continuously updated and in a specific order.
Demographics Attribute¶
Attribute |
Description |
---|---|
|
Generation to filter on. |
|
Gender to filter on. |
|
Location to filter on. |
|
Number of items to return. |
collections:
Gen X Male US Demographic:
flixpatrol_demographics:
generation: x
gender: men
location: united_states
limit: 20
collection_order: custom
sync_mode: sync
FlixPatrol URL¶
Finds every item found at a FlixPatrol URL.
The sync_mode: sync
and collection_order: custom
Details are recommended since the lists are continuously updated and in a specific order.
collections:
US Netflix Monthly:
flixpatrol_url: https://flixpatrol.com/top10/netflix/united-states/2021-11/full/
collection_order: custom
sync_mode: sync
Instagram Monthly Popular:
flixpatrol_url: https://flixpatrol.com/popular/movies/instagram/all-time/
collection_order: custom
sync_mode: sync
Gen X Male US Demographic:
flixpatrol_url: https://flixpatrol.com/demographics/generation-x/men/united-states/
collection_order: custom
sync_mode: sync