38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
<path class="yelp-svg-fill" transform="rotate(30)" d="m5.5801 4.3612h6v1h-6z"></path>
<path class="yelp-svg-fill" transform="rotate(-30)" d="m-6.9199 16.289h6v1h-6z"></path>
</svg><div class="inner"><div class="region"><div class="contents"><p class="p">This plugin is no longer supported or a default
channel. Due to exceeded quotas, it ceased working, and Youtube/Google
bothered me with inane requests for video recordings of how ST2 works
(instead of simply looking at the code or investigating their own logs).
Btw, the exceeded quota was unlikely due to regular ST2 usage. It's
more probable the builtin and plainly-in-sight builtin API key was
reappropriated otherwise. Hence, you would have to
<span class="link"><a href="https://developers.google.com/youtube/v3/getting-started" title="https://developers.google.com/youtube/v3/getting-started">get
your own key</a></span> now, if you wanted to use this channel. Btw,
overall it's not that interesting / worth the effort IMO.</p></div></div></div>
</div>
<p class="p">Googles Youtube provides a quirky JSON API that makes browsing
channels and genres feasible. This beta plugin provides a little
overview, and usually retrieves recent video uploads.</p>
<p class="p">VLC can directly play Youtube URLs. For other players one can use
<span class="link"><a href="http://youtube-dl.org/" title="http://youtube-dl.org/">youtube-dl</a></span> as wrapper.
For example <span class="cmd">totem $(youtube-dl %srv)</span> as configured player
|
|
|
|
|
|
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
<path class="yelp-svg-fill" transform="rotate(30)" d="m5.5801 4.3612h6v1h-6z"></path>
<path class="yelp-svg-fill" transform="rotate(-30)" d="m-6.9199 16.289h6v1h-6z"></path>
</svg><div class="inner"><div class="region"><div class="contents"><p class="p">This plugin is no longer supported or a default
channel. Due to exceeded quotas, it ceased working, and Youtube/Google
bothered me with inane requests for video recordings of how ST2 works
(instead of simply looking at the code or investigating their own logs).
Btw, the exceeded quota was unlikely due to regular ST2 usage. It's
more probable the builtin and plain-in-sight API key was reappropriated
otherwise. Hence, you would now have to
<span class="link"><a href="https://developers.google.com/youtube/v3/getting-started" title="https://developers.google.com/youtube/v3/getting-started">get
your own key</a></span>, if you wanted to use this channel. Overall this
channel is not that interesting / worth the effort IMO.</p></div></div></div>
</div>
<p class="p">Googles Youtube provides a quirky JSON API that makes browsing
channels and genres feasible. This beta plugin provides a little
overview, and usually retrieves recent video uploads.</p>
<p class="p">VLC can directly play Youtube URLs. For other players one can use
<span class="link"><a href="http://youtube-dl.org/" title="http://youtube-dl.org/">youtube-dl</a></span> as wrapper.
For example <span class="cmd">totem $(youtube-dl %srv)</span> as configured player
|