Changeset 34402 for ipk/source.sh4/network_xupnpd/_path_/etc/xupnpd/plugins
- Timestamp:
- May 30, 2015, 5:44:59 PM (11 years ago)
- Location:
- ipk/source.sh4/network_xupnpd/_path_/etc/xupnpd/plugins
- Files:
-
- 4 edited
-
staff/xupnpd_18plus.lua (modified) (1 diff)
-
xupnpd_ivi.lua (modified) (2 diffs)
-
xupnpd_vimeo.lua (modified) (2 diffs)
-
xupnpd_youtube.lua (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ipk/source.sh4/network_xupnpd/_path_/etc/xupnpd/plugins/staff/xupnpd_18plus.lua
r27875 r34402 97 97 if plugin_sendurl_from_cache(youporn_url,range) then return end 98 98 99 local clip_page= http.download(youporn_url)99 local clip_page=plugin_download(youporn_url) 100 100 if clip_page then 101 101 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 63 63 local n=0 64 64 65 for id,logo,name in string.gmatch(feed_data,'<a href="/watch/([%w_%-/]+)"%s*>%s*<img src="(.-)" alt="(.-)"%s* />') do65 for id,logo,name in string.gmatch(feed_data,'<a href="/watch/([%w_%-/]+)"%s*>%s*<img src="(.-)" alt="(.-)"%s*>') do 66 66 dfd:write('#EXTINF:0 logo=',logo,' ,',name,'\n','http://www.ivi.ru/watch/',id,'\n') 67 67 n=n+1 … … 111 111 112 112 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)) 114 114 115 115 if clip_page then -
ipk/source.sh4/network_xupnpd/_path_/etc/xupnpd/plugins/xupnpd_vimeo.lua
r27895 r34402 94 94 local vimeo_id=string.match(vimeo_url,'.+/(%w+)$') 95 95 96 local config=plugin_download('http://player.vimeo.com/v 2/video/'..vimeo_id..'/config')96 local config=plugin_download('http://player.vimeo.com/video/'..vimeo_id..'/config') 97 97 98 98 if config then … … 108 108 end 109 109 end 110 -- x.request.files.hls.all 110 111 end 111 112 -
ipk/source.sh4/network_xupnpd/_path_/etc/xupnpd/plugins/xupnpd_youtube.lua
r27895 r34402 210 210 -- itag 160: 144 211 211 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 212 214 if s.args then stream_map=s.args.url_encoded_fmt_stream_map end 213 215
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/openaaf/chrome/common/titannit_trac_banner.png)