fix thumbnail generation

fix hardcoded paths
a lot of minor fixes
This commit is contained in:
2021-01-21 19:55:42 +00:00
parent aacf387d63
commit 7a62b01027
18 changed files with 62 additions and 121 deletions

View File

@@ -5,7 +5,7 @@
<div class="wrapper">
<div class="embed-responsive embed-responsive-16by9">
<video id="video" loop controls preload="auto" crossorigin="anonymous">
<source src="{{ "//b.w0bm.com/b/" . $video->file }}">
<source src="{{ "//w0bm.com/b/" . $video->file }}">
<!-- rip fapple! <source src="//fapple.w0bm.com/{{str_replace(".webm","",$video->file)}}.mp4"> -->
</video>
@if($video->category->name === 'Anime' || $video->category->name === 'Otomad')