diff --git a/app/Http/Controllers/tmp/test.png b/app/Http/Controllers/tmp/test.png index 4bf32c7..1ca7d40 100644 Binary files a/app/Http/Controllers/tmp/test.png and b/app/Http/Controllers/tmp/test.png differ diff --git a/public/css/w0bmcustom.css b/public/css/w0bmcustom.css index 8905727..4c495cc 100644 --- a/public/css/w0bmcustom.css +++ b/public/css/w0bmcustom.css @@ -3978,15 +3978,6 @@ label[for='tag-add-toggle']:hover { position: relative; } -.toggo.tag-panel-body::after { - content: "TAGS"; - position: absolute; - bottom: 0; - right: 2px; - font-size: 10px; - opacity: 0.2; -} - .tagtest { position: relative; z-index: 1; @@ -4067,3 +4058,17 @@ repeating-radial-gradient(black, transparent 100px) .coronaids > p { margin: 0!important; } + +span#w0bm_version { + vertical-align: sub; + opacity: 0.2; + font-family: VCR; + padding-left: 5px; + text-shadow: 2px 2px 4px #ff03d4; +} + +a.discordo { +position: absolute; + bottom: -3px; + left: 85px; + font-family: vcr;} \ No newline at end of file diff --git a/resources/views/layout1/irc.blade.php b/resources/views/layout1/irc.blade.php index d8c9bb4..a6f4c96 100644 --- a/resources/views/layout1/irc.blade.php +++ b/resources/views/layout1/irc.blade.php @@ -17,6 +17,7 @@
Don't have a desktop client? Why not join our Network via webirc? >>webirc.n0xy.net
More information: n0xy.net
+Come to funni vidios discord servar ;) discord
@endsection diff --git a/resources/views/layout1/partials/comments.blade.php b/resources/views/layout1/partials/comments.blade.php index 8c72a37..b60807a 100644 --- a/resources/views/layout1/partials/comments.blade.php +++ b/resources/views/layout1/partials/comments.blade.php @@ -11,6 +11,9 @@ @endif --> + @if(Auth::check()) @include('partials.commentform') @endif diff --git a/resources/views/layout1/partials/navigation.blade.php b/resources/views/layout1/partials/navigation.blade.php index 753bdab..15fe779 100644 --- a/resources/views/layout1/partials/navigation.blade.php +++ b/resources/views/layout1/partials/navigation.blade.php @@ -9,11 +9,12 @@ @if(Auth::check()) -There are many ways on how to download videos from YouTube but most people don't know that you can grab a WebM directly from YouTube.
-The easiest and probably best way is jdownloader 2, all you need to do is copy a youtube link and jdownloader will add it to the link collector, from there you can select how jdownloader should download the video.
+The recommended way is via youtube-dl it's quick, easy and painless, it can also be used to download videos/music from nearly every other site in the web!
+Here is a quick example line to grab the best quality webm automatically from youtube (if available) youtube-dl -f 'bestvideo[ext=webm]+bestaudio[ext=webm]/bestvideo+bestaudio' --merge-output-format webm 'https://youtu.be/ZZmlUuTrQ_g'
The easiest and probably best way if you are not familiar with the use of a command line application is jdownloader 2, all you need to do is copy a youtube link and jdownloader will add it to the link collector, from there you can select how jdownloader should download the video.
Please note that HD WebM is not always available, there should always be a 360p version available.
coub.com is a great place to explore some nice videos, I made this little script that helps you to grab the videos from their site and instantly convert it to .webm
Download the script from my GitFap repo and just run it like this: bash coubdl.sh URL
it will then ask you how long your video should be, it will show you the duration of just the loop and the duration of the audio file used for it.
After that you can specify the output max size by just typing in a single number like 4
and the script will convert your video to 4MB
There are just like in Linux many ways to convert a WebM in Windows, you can even do it from the CLI like I described above, but many Windows users don't use the CMD very often, so in this section I will explain how to make a nice WebM in Windows using a GUI program!
The best way is probably Boram by Kagami it has a very user friendly GUI and works like a charm I can definetly recommend this!
-Or you can use WebMConverter by nixx, it has all the things you need but it can't download videos directly from the internet to convert them on the fly, but it will still work!
+Or you can use WebMConverter by nixx! Which is also a very good tool!