Generating and using URL slugs for releases, improver slugify module. Added 'extract' parameter to MindGeek scraper to get scenes not associate with a channel (see Digital Playground). Added various high res logos.

This commit is contained in:
2020-02-04 03:12:09 +01:00
parent ca33704f51
commit f921bb4ae9
30 changed files with 132 additions and 22 deletions

View File

@@ -21,7 +21,7 @@ const routes = [
name: 'home',
},
{
path: '/scene/:releaseId',
path: '/scene/:releaseId/:releaseTitle?',
component: Release,
name: 'scene',
},