latest changes

This commit is contained in:
noxy
2020-08-20 20:16:56 +00:00
parent 1ac8003e45
commit 432f966ceb
7 changed files with 27 additions and 13 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 972 KiB

After

Width:  |  Height:  |  Size: 177 KiB

View File

@@ -3978,15 +3978,6 @@ label[for='tag-add-toggle']:hover {
position: relative; position: relative;
} }
.toggo.tag-panel-body::after {
content: "TAGS";
position: absolute;
bottom: 0;
right: 2px;
font-size: 10px;
opacity: 0.2;
}
.tagtest { .tagtest {
position: relative; position: relative;
z-index: 1; z-index: 1;
@@ -4067,3 +4058,17 @@ repeating-radial-gradient(black, transparent 100px)
.coronaids > p { .coronaids > p {
margin: 0!important; 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;}

View File

@@ -17,6 +17,7 @@
<h6>irc.n0xy.net +6697 (ssl only) #w0bm</h6> <h6>irc.n0xy.net +6697 (ssl only) #w0bm</h6>
<p>Don't have a desktop client? Why not join our Network via webirc? <a href="https://webirc.n0xy.net/?join=%23w0bm" target="about_blank">>>webirc.n0xy.net</a></p> <p>Don't have a desktop client? Why not join our Network via webirc? <a href="https://webirc.n0xy.net/?join=%23w0bm" target="about_blank">>>webirc.n0xy.net</a></p>
<p>More information: <a href="https://n0xy.net">n0xy.net</a></p> <p>More information: <a href="https://n0xy.net">n0xy.net</a></p>
<p>Come to funni vidios discord servar ;) <a href="https://discord.gg/R7Ah4td">discord</a></p>
</div> </div>
</div> </div>
@endsection @endsection

View File

@@ -11,6 +11,9 @@
</a> </a>
@endif @endif
</div>--> </div>-->
<!--<div id="survey">
Help to improve w0bm, click <a href="https://www.strawpoll.me/20512203" target="_blank">here</a>
</div>-->
@if(Auth::check()) @if(Auth::check())
@include('partials.commentform') @include('partials.commentform')
@endif @endif

View File

@@ -9,11 +9,12 @@
</button> </button>
@if(Auth::check()) @if(Auth::check())
<a class="navbar-brand" href="/main"> <a class="navbar-brand" href="/main">
<img src="{{ asset('biohazard_otter.png') }}" alt="w0bm.com"> <img src="{{ asset('logo.svg') }}" alt="w0bm.com">
<a href="https://discord.gg/R7Ah4td" target="_blank" class="discordo">discordo~</a>
</a> </a>
@else @else
<a class="navbar-brand" href="/"> <a class="navbar-brand" href="/">
<img src="{{ asset('biohazard_otter.png') }}" alt="w0bm.com"> <img src="{{ asset('logo.svg') }}" alt="w0bm.com">
</a> </a>
@endif @endif

View File

@@ -40,6 +40,7 @@
No tags yet ... No tags yet ...
@endif @endif
</div> </div>
<span id="w0bm_version">v.1.{{ filemtime("css/w0bmcustom.css") }} // 2020 <a style="opacity: 1;" href="https://discord.gg/R7Ah4td">&#12484;discordo~</a></span>
<br> <br>
</div> </div>
</div> </div>

View File

@@ -23,13 +23,16 @@
<div class="box"> <div class="box">
<h4>Get a WebM directly from YouTube</h4> <h4>Get a WebM directly from YouTube</h4>
<p>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.</p> <p>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.</p>
<p>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.</p> <p>The recommended way is via <a target="_blank" href="https://youtube-dl.org/">youtube-dl</a> it's quick, easy and painless, it can also be used to download videos/music from nearly every other site in the web!</p>
<p>Here is a quick example line to grab the best quality webm automatically from youtube (if available) <code>youtube-dl -f 'bestvideo[ext=webm]+bestaudio[ext=webm]/bestvideo+bestaudio' --merge-output-format webm 'https://youtu.be/ZZmlUuTrQ_g'</code></p>
<p>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.</p>
<img src="https://files.nogf.club/winfick/ad224c7e257a.png" /> <img src="https://files.nogf.club/winfick/ad224c7e257a.png" />
<p>Please note that HD WebM is not always available, there should always be a 360p version available.</p> <p>Please note that HD WebM is not always available, there should always be a 360p version available.</p>
</div> </div>
<div class="box"> <div class="box">
<h4>coub.com Downloader</h4> <h4>coub.com Downloader</h4>
<i>I cannot recommend downloading from coub.com any longer because of the watermarks, but go ahead if you like it, the script should still work, if it doesn't hit me up in the IRC!</i>
<p><a href="https://coub.com"target="_blank">coub.com</a> 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 <code>.webm</code></p> <p><a href="https://coub.com"target="_blank">coub.com</a> 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 <code>.webm</code></p>
<p>Download <a href="https://gitfap.de/noxy/coubdl" target="_blank">the script</a> from my GitFap repo and just run it like this: <code>bash coubdl.sh URL</code> 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.</p> <p>Download <a href="https://gitfap.de/noxy/coubdl" target="_blank">the script</a> from my GitFap repo and just run it like this: <code>bash coubdl.sh URL</code> 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.</p>
<p>After that you can specify the output max size by just typing in a single number like <code>4</code> and the script will convert your video to 4MB</p> <p>After that you can specify the output max size by just typing in a single number like <code>4</code> and the script will convert your video to 4MB</p>
@@ -51,6 +54,6 @@
<h5>Windows</h5> <h5>Windows</h5>
<p>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!</p> <p>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!</p>
<p>The best way is probably <a href="https://github.com/Kagami/boram">Boram by Kagami</a> it has a very user friendly GUI and works like a charm I can definetly recommend this!</p> <p>The best way is probably <a href="https://github.com/Kagami/boram">Boram by Kagami</a> it has a very user friendly GUI and works like a charm I can definetly recommend this!</p>
<p>Or you can use <a href="https://gitgud.io/nixx/WebMConverter">WebMConverter</a> 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!</p> <p>Or you can use <a href="https://gitgud.io/nixx/WebMConverter">WebMConverter</a> by nixx! Which is also a very good tool!</p>
</div> </div>
@endsection @endsection