Changeset d10577239bd3c85ce03f257232636d6d94e56ca8

Show
Ignore:
Timestamp:
17/01/08 19:24:40 (9 months ago)
Author:
Pierre d'Herbemont <pdherbemont@videolan.org>
git-committer:
Pierre d'Herbemont <pdherbemont@videolan.org> 1200594280 +0000
git-parent:

[0b916e29d8e10aa1c5888bea1afd773bc8b4fb27]

git-author:
Pierre d'Herbemont <pdherbemont@videolan.org> 1200594280 +0000
Message:

luaplaylist/youtube.lua: Fix art discovery.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • share/luaplaylist/youtube.lua

    rc2df0ad rd105772  
    8888            base_yt_url = "http://youtube.com/" 
    8989        end 
    90         art_url = get_arturl( vlc.path, video_id ) 
     90        arturl = get_arturl( vlc.path, video_id ) 
    9191        if t then 
    9292            return { { path = base_yt_url .. "get_video?video_id="..video_id.."&t="..t; name = name; description = description; artist = artist; arturl = arturl } } 
     
    100100        end 
    101101        video_id = get_url_param( vlc.path, "video_id" ) 
    102         art_url = get_arturl( vlc.path, video_id ) 
     102        arturl = get_arturl( vlc.path, video_id ) 
    103103        if not string.match( vlc.path, "t=" ) then 
    104104            -- This sucks, we're missing "t" which is now mandatory. Let's