Ignore:
Timestamp:
May 30, 2015, 5:44:59 PM (11 years ago)
Author:
Stephan
Message:

new xupnpd version 1.033

Location:
ipk/source.sh4/network_xupnpd/_path_/etc/xupnpd/plugins
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • ipk/source.sh4/network_xupnpd/_path_/etc/xupnpd/plugins/staff/xupnpd_18plus.lua

    r27875 r34402  
    9797    if plugin_sendurl_from_cache(youporn_url,range) then return end
    9898
    99     local clip_page=http.download(youporn_url)
     99    local clip_page=plugin_download(youporn_url)
    100100    if clip_page then
    101101        url=string.match(clip_page,'.+<a href="(http://.-)">MP4 %- For Windows 7, Mac and iPad</a>.+')
  • ipk/source.sh4/network_xupnpd/_path_/etc/xupnpd/plugins/xupnpd_ivi.lua

    r27875 r34402  
    6363                        local n=0
    6464
    65                         for id,logo,name in string.gmatch(feed_data,'<a href="/watch/([%w_%-/]+)"%s*>%s*<img src="(.-)" alt="(.-)"%s*/>') do
     65                        for id,logo,name in string.gmatch(feed_data,'<a href="/watch/([%w_%-/]+)"%s*>%s*<img src="(.-)" alt="(.-)"%s*>') do
    6666                            dfd:write('#EXTINF:0 logo=',logo,' ,',name,'\n','http://www.ivi.ru/watch/',id,'\n')
    6767                            n=n+1
     
    111111
    112112    local clip_page=http.download('http://api.digitalaccess.ru/api/json',nil,
    113         string.format('{"method":"da.content.get","params":["%s",{"_domain":"www.ivi.ru","site":"1","test":1,"_url":"%s"}]}',ivi_id or '',ivi_url))
     113        string.format('{"method":"da.content.get","params":["%s",{"site":"s183","contentid":"%s","referrer":"%s"}]}',ivi_id or '',ivi_id or '', ivi_url))
    114114
    115115    if clip_page then
  • ipk/source.sh4/network_xupnpd/_path_/etc/xupnpd/plugins/xupnpd_vimeo.lua

    r27895 r34402  
    9494    local vimeo_id=string.match(vimeo_url,'.+/(%w+)$')
    9595
    96     local config=plugin_download('http://player.vimeo.com/v2/video/'..vimeo_id..'/config')
     96    local config=plugin_download('http://player.vimeo.com/video/'..vimeo_id..'/config')
    9797
    9898    if config then
     
    108108            end
    109109        end
     110        -- x.request.files.hls.all
    110111    end
    111112
  • ipk/source.sh4/network_xupnpd/_path_/etc/xupnpd/plugins/xupnpd_youtube.lua

    r27895 r34402  
    210210-- itag 160: 144
    211211
     212--        local player_url=nil if s.assets then player_url=s.assets.js end if player_url and string.sub(player_url,1,2)=='//' then player_url='http:'..player_url end
     213
    212214        if s.args then stream_map=s.args.url_encoded_fmt_stream_map end
    213215
Note: See TracChangeset for help on using the changeset viewer.