Generalized Adult Empire subsite scraper, added West Coast Productions.
This commit is contained in:
@@ -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({
|
||||
|
||||
@@ -78,7 +78,7 @@ export default {
|
||||
return {
|
||||
movies: [],
|
||||
totalCount: 0,
|
||||
limit: 5,
|
||||
limit: 20,
|
||||
};
|
||||
},
|
||||
watch: {
|
||||
|
||||
Reference in New Issue
Block a user