mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 15:22:11 +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) {
|
||||
case 'www.youtube.com':
|
||||
case 'youtube.com':
|
||||
case 'm.youtube.com':
|
||||
videoId = gstUri.get_query_value('v');
|
||||
if(!videoId) {
|
||||
/* Handle embedded videos */
|
||||
|
Reference in New Issue
Block a user