latest changes
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 972 KiB After Width: | Height: | Size: 177 KiB |
23
public/css/w0bmcustom.css
vendored
23
public/css/w0bmcustom.css
vendored
@@ -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;}
|
@@ -17,6 +17,7 @@
|
||||
<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>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>
|
||||
@endsection
|
||||
|
@@ -11,6 +11,9 @@
|
||||
</a>
|
||||
@endif
|
||||
</div>-->
|
||||
<!--<div id="survey">
|
||||
Help to improve w0bm, click <a href="https://www.strawpoll.me/20512203" target="_blank">here</a>
|
||||
</div>-->
|
||||
@if(Auth::check())
|
||||
@include('partials.commentform')
|
||||
@endif
|
||||
|
@@ -9,11 +9,12 @@
|
||||
</button>
|
||||
@if(Auth::check())
|
||||
<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>
|
||||
@else
|
||||
<a class="navbar-brand" href="/">
|
||||
<img src="{{ asset('biohazard_otter.png') }}" alt="w0bm.com">
|
||||
<img src="{{ asset('logo.svg') }}" alt="w0bm.com">
|
||||
</a>
|
||||
@endif
|
||||
|
||||
|
@@ -40,6 +40,7 @@
|
||||
No tags yet ...
|
||||
@endif
|
||||
</div>
|
||||
<span id="w0bm_version">v.1.{{ filemtime("css/w0bmcustom.css") }} // 2020 <a style="opacity: 1;" href="https://discord.gg/R7Ah4td">ツdiscordo~</a></span>
|
||||
<br>
|
||||
</div>
|
||||
</div>
|
||||
|
@@ -23,13 +23,16 @@
|
||||
<div class="box">
|
||||
<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>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" />
|
||||
<p>Please note that HD WebM is not always available, there should always be a 360p version available.</p>
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<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>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>
|
||||
@@ -51,6 +54,6 @@
|
||||
<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>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>
|
||||
@endsection
|
||||
|
Reference in New Issue
Block a user