Generalized Adult Empire subsite scraper, added West Coast Productions.

This commit is contained in:
DebaucheryLibrarian
2021-08-30 01:13:32 +02:00
parent b8657cb6e6
commit 7bd858f96b
97 changed files with 161 additions and 47 deletions

View File

@@ -272,7 +272,7 @@ import Pagination from '../pagination/pagination.vue';
const toggleValues = [true, null, false];
const boobSizes = 'ABCDEFGHIJKZ'.split('');
const topCountries = ['AU', 'BR', 'DE', 'RU', 'GB', 'US'];
const topCountries = ['AU', 'BR', 'DE', 'JP', 'RU', 'GB', 'US'];
function updateFilters() {
this.$router.push({

View File

@@ -78,7 +78,7 @@ export default {
return {
movies: [],
totalCount: 0,
limit: 5,
limit: 20,
};
},
watch: {

View File

@@ -410,7 +410,9 @@ function initActorActions(store, router) {
${actorStashesFields}
}
}
countries {
countries(
orderBy: NAME_ASC,
) {
alpha2
name
alias