TOOLSP
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Latest topics
» I don't know how to solve ReCAPTCHA
by Mackenzie Sun 21 Apr - 7:12

» Help Regex
by efradncr Wed 17 Apr - 0:50

» Help regex TV w/ twitch
by efradncr Fri 22 Mar - 23:15

» Help With This 1 Please
by jujuuj Tue 13 Feb - 2:08

» Need help ?
by Admin Mon 11 Dec - 10:56

» Help Regex
by efradncr Thu 7 Sep - 22:17

» help to play
by Sylphilds Fri 19 May - 8:12

*** GiTHUB ***
.
.
'Kodi Work' Gujal

ResolveURL Gujal
ResolveURL JSergio
'resolvers' tvA.

Repo Youtube Beta jdf76
Youtube Addon jdf76
& API-keys jdf76
.
.
.
*** Doc. Kodi & PYthon ***
.
.
Python & Modules PY
.
.
.
.
(Video) Cache Kodi
.
.
.
Addons Kodi
.
.
.
Addons Kodi
.
.
*** Associated ***
.
Pastebin Your list online
.
mediafire Upload Files
.
imgur Upload Pics
lyngsat TV logos collection

Help with folder play.

3 posters

Go down

Help with folder play. Empty Help with folder play.

Post by skyhigh Sat 11 Feb - 15:05

Looking for help to play the folder, I can do the single links but having a hard time with getting the folder to play

<?xml version="1.0" encoding="UTF-8"?>

<items>

<item>
<title>*****Road Apples*****</title>
<thumbnail>https://cdn.shopify.com/s/files/1/0568/9275/2041/products/52990_4f9b2d2d-21d9-46c3-9cbf-7f759ba6a084_512x512.jpg</thumbnail>
<fanart>http://www.wallpaperbetter.com/wallpaper/804/716/5/skull-black-skulls-3d-many-1080P-wallpaper.jpg</fanart>
<link>na</link>
<externallink>https://www.mediafire.com/folder/nmv23303ub1cf/The_Tragically_Hip_-_Road_Apples_1991</externallink>
</item>

<item>
<title>*****Fully Completely*****</title>
<thumbnail>https://cdn.shopify.com/s/files/1/1546/6351/products/16711338_Alt01.jpg</thumbnail>
<fanart>http://www.wallpaperbetter.com/wallpaper/804/716/5/skull-black-skulls-3d-many-1080P-wallpaper.jpg</fanart>
<link>na</link>
<externallink>https://www.mediafire.com/folder/ebysovzg3imve/The+Tragically+Hip+-+Fully+Completely+1992</externallink>  
</item>

</items>

skyhigh

Messages : 99
Date d'inscription : 2017-06-07

Back to top Go down

Help with folder play. Empty Re: Help with folder play.

Post by jujuuj Thu 16 Feb - 15:13

Hi . I dont think that an externzl link Can open any web page even mediafire ...
However it may be a New feature of lsp3 .. ???!??!?!
Not informed...

In a classic way u''ll need to build a makelist with a regex that search for links and titles in the source code of your mediafire folder url
jujuuj
jujuuj

Messages : 330
Date d'inscription : 2017-03-28

Back to top Go down

Help with folder play. Empty Re: Help with folder play.

Post by jujuuj Thu 16 Feb - 15:17

Of course there might have some obstacles.. and you should first check that a final link is readable in £$π before building the makelist item.
jujuuj
jujuuj

Messages : 330
Date d'inscription : 2017-03-28

Back to top Go down

Help with folder play. Empty Re: Help with folder play.

Post by gujal Wed 15 Mar - 20:03

Enjoy!
Help with folder play. Bpmuenn
Help with folder play. F3031xn
Code:
<item>
<title>Mediafire Folder</title>
<thumbnail>NA</thumbnail>
<link>$doregex[makelist]</link>
<regex>
<name>makelist</name>
<listrepeat><![CDATA[
  <title>[makelist.param1]</title>
  <link>[makelist.param2]</link>
  <thumbnail>NA</thumbnail>
]]></listrepeat>
<expres><![CDATA[#$pyFunction
def GetLSProData(page_data,Cookie_Jar,m):
  import json
  jd = json.loads(page_data)
  files = jd['response']['folder_content']['files']
  episodes = []
  for fle in files:
    title = fle['filename']
    url = fle['links']['normal_download']
    episodes.append((title,url))
  return episodes
]]></expres>
<page>https://www.mediafire.com/api/1.4/folder/get_content.php?content_type=files&amp;filter=all&amp;order_by=name&amp;order_direction=asc&amp;chunk=1&amp;version=1.5&amp;folder_key=ebysovzg3imve&amp;response_format=json</page>
<referer>https://www.mediafire.com/</referer>
</regex>
</item>
gujal
gujal

Messages : 161
Date d'inscription : 2018-04-10

Back to top Go down

Help with folder play. Empty Re: Help with folder play.

Post by skyhigh Sun 23 Apr - 18:04

Thank you so much Gujal Smile

skyhigh

Messages : 99
Date d'inscription : 2017-06-07

Back to top Go down

Help with folder play. Empty Re: Help with folder play.

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum