From 05263a97eaa9e8b16a5b0ddb99524dada840b5c4 Mon Sep 17 00:00:00 2001 From: Niels Simenon Date: Wed, 25 Sep 2019 01:38:06 +0200 Subject: [PATCH] Scrolling content container instead of whole page. Improved title source in XEmpire scraper. Fixed scene page breaking when no photos are available. --- README.md | 3 ++- assets/components/container/container.vue | 12 ++++++++++++ assets/components/release/release.vue | 2 +- public/css/style.css | 10 ++++++++++ src/scrapers/xempire.js | 2 +- 5 files changed, 26 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 786704ed..3a2a5c3e 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,9 @@ Do not modify `config/default.js`, but instead create a copy at `config/local.js ### Options `npm start -- --option value` -To run the web server, run `npm start` without any arguments. +Running `npm start` without any arguments will run the web server. +* `--fetch`: Fetch updates instead of running the webserver. Without further arguments, it will use the networks and sites defined in the configuration file. * `--site [site ID]`: Fetch updates from a specific site. The site ID is typically the site name in lowercase and without cases or special characters. For example, Teens Like It Big is teenslikeitbig. * `--network [network ID]`: Fetch updates from all sites of a specific network. The network ID is composed similarly to the site ID. * `--after "[time]"`: Do not fetch scenes older than this. Example values are: `"1 month"`, `"2 weeks"`, `"3 years"`. diff --git a/assets/components/container/container.vue b/assets/components/container/container.vue index 71ef7113..be4e0f08 100644 --- a/assets/components/container/container.vue +++ b/assets/components/container/container.vue @@ -19,6 +19,18 @@ export default {