Major refactor, cleand up site scrape module, fixed and cleaned up release scrape module. Removed old CLI code

This commit is contained in:
2019-11-16 03:33:36 +01:00
parent b07f88d023
commit b489c8fc33
35 changed files with 595 additions and 847 deletions

View File

@@ -226,6 +226,25 @@
color: #ff6c88;
}
/* $primary: #ff886c; */
.heading[data-v-22ffe3e4] {
padding: 0;
margin: 0 0 1rem 0;
}
.heading .range[data-v-22ffe3e4] {
text-transform: capitalize;
}
.releases[data-v-22ffe3e4] {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(20rem, 0.5fr));
grid-gap: 1rem;
}
@media (max-width: 720px) {
.releases[data-v-22ffe3e4] {
grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
}
}
/* $primary: #ff886c; */
.actor[data-v-6989dc6f] {
background: #fff;
@@ -571,18 +590,6 @@
width: 1.25rem;
height: 1.25rem;
}
.heading[data-v-80991bcc] {
padding: 0;
margin: 0 0 1rem 0;
}
.bio-heading[data-v-80991bcc] {
display: inline-block;
font-weight: bold;
margin: .5rem 0 0 0;
}
.bio-heading[data-v-80991bcc]::after {
content: ':';
}
/* $primary: #ff886c; */
.errorpage[data-v-29109daf] {
@@ -724,15 +731,6 @@ body {
.icon.icon-href :hover {
fill: #ff6c88; }
.scenes {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(20rem, 0.5fr));
grid-gap: 1rem; }
@media (max-width: 720px) {
.scenes {
grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr)); } }
/* $primary: #ff886c; */
.header[data-v-10b7ec04] {
background: #fff;