mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-31 16:31:58 +02:00
Merge pull request #91 from bridadan/mobile_youtube_urls
Parse mobile youtube URLs
This commit is contained in:
@@ -975,6 +975,7 @@ function checkYouTubeUri(uri)
|
|||||||
switch(host) {
|
switch(host) {
|
||||||
case 'www.youtube.com':
|
case 'www.youtube.com':
|
||||||
case 'youtube.com':
|
case 'youtube.com':
|
||||||
|
case 'm.youtube.com':
|
||||||
videoId = gstUri.get_query_value('v');
|
videoId = gstUri.get_query_value('v');
|
||||||
if(!videoId) {
|
if(!videoId) {
|
||||||
/* Handle embedded videos */
|
/* Handle embedded videos */
|
||||||
|
Reference in New Issue
Block a user