elchoco

MENU DOCUMENTALES

Jun 22nd, 2019 (edited)
66,609
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.64 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2.  
  3.  
  4. <SetViewMode>502</SetViewMode>
  5. <item>
  6. <title>[B][LOWERCASE][CAPITALIZE][COLOR lime]DUDAS O problemas, TELEGRAM [COLOR gold]@TVCHOPO[COLOR lime] [/COLOR][/CAPITALIZE][/LOWERCASE][/B]</title>
  7. <link>$doregex[black]</link>
  8. <thumbnail>https://lh3.googleusercontent.com/proxy/IXjL8Va0h4vBcGb3p43eyZCLH8qs2XB_ilGLPZGvnW3j5Z7VL0Ix5_U75HTEsEvx4wGfXqOJhdzmBh1t3gzzyIXu2RERxv1iYzWnQmaicPb8shw-yPjMDIXRQZ-jBPa2d4e4cf4</thumbnail>
  9. <fanart>https://s1.eestatic.com/2020/08/07/actualidad/Actualidad_511210475_157244062_1024x576.jpg</fanart>
  10. </item>
  11.  
  12. <item>
  13. <title>[B][LOWERCASE][CAPITALIZE][COLOR yellow] * * * * * [/COLOR][COLOR blue]menu[/COLOR] [COLOR lawngreen]de [/COLOR][COLOR red]documentales[COLOR yellow] * * * * * [/COLOR][/CAPITALIZE][/LOWERCASE][/B]</title>
  14. <link>ignoreme</link>
  15. </item>
  16.  
  17.  
  18.  
  19.  
  20.  
  21. <item>
  22. <title>[B][LOWERCASE][CAPITALIZE][COLOR white]documania-tv [COLOR lime]reparada[/COLOR][/CAPITALIZE][/LOWERCASE][/B]</title>
  23. <link>ignoreme</link>
  24. <thumbnail>https://i.imgur.com/T1LfZAv.jpg</thumbnail>
  25. <fanart>https://i.imgur.com/h2A6KsM.jpg</fanart>
  26. <externallink>https://pastebin.com/raw/VQyMSVvm</externallink>
  27. </item>
  28.  
  29.  
  30. <item>
  31. <title>[B][LOWERCASE][CAPITALIZE][COLOR white]aprende ingles con area documental [COLOR lime]reparada[/COLOR][/CAPITALIZE][/LOWERCASE][/B]</title>
  32. <link>ignoreme</link>
  33. <fanart>https://i.imgur.com/quNuHxk.jpg</fanart>
  34. <thumbnail>https://i.imgur.com/quNuHxk.jpg</thumbnail>
  35. <externallink>https://pastebin.com/raw/W9M9MSTc</externallink>
  36. </item>
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44. <item>
  45. <title>[B][LOWERCASE][CAPITALIZE][COLOR white]mitele [COLOR white]([COLOR gold]mediaset[COLOR white]) [COLOR gold]documentales [COLOR lime]reparada[/CAPITALIZE][/LOWERCASE][/B][/COLOR]</title>
  46. <link>$doregex[makelist7]</link>
  47. <regex>
  48. <name>titulo12</name>\u00f1
  49. <expres>$pyFunction:('[makelist7.param1]').replace('\u00bf','¿').replace('\u00e9','e').replace('\u00e1','a').replace('\u00ed','i').replace('\u00f3','o').replace('\u00a1','!').replace('\u00f1','ñ').replace('\u00da','u')</expres>
  50. <page></page>
  51. </regex>
  52. <regex>
  53. <name>makelist7</name>
  54. <listrepeat><![CDATA[
  55. <title>[B][LOWERCASE][CAPITALIZE][/CAPITALIZE] [COLOR white]$doregex[titulo12][COLOR red][/LOWERCASE][/B][/COLOR]</title>
  56. <thumbnail>$doregex[foto1]</thumbnail>
  57. <fanart>https://album.mediaset.es/eimg/2017/11/03/RDrSzFS5nu4Eyyq5gGEES2.jpg</fanart>
  58. <link>$doregex[cerbe]</link>
  59. ]]></listrepeat>
  60. <expres><![CDATA[#$pyFunction
  61. import re,requests
  62. def GetLSProData(page_data,Cookie_Jar,m):
  63. count=2;pn=1;data=[]
  64. while pn <= int(count):
  65. page='https://mab.mediaset.es/1.0.0/get?oid=bitban&eid=%2FautomaticIndex%2Fmtweb%3Furl%3Dwww%252Emitele%252Ees%252Fdocumentales%252F%26page%3D'+str(pn)+'%26id%3Da-z%26size%3D24';source=requests.get(page).content.decode('ascii','ignore')
  66. data +=re.findall('id":".*?","title":"(.*?)".*?src":"(.*?)".*?"href":"(.*?)".*?',source);pn +=1
  67. return data]]></expres>
  68. <page></page>
  69. <cookieJar></cookieJar>
  70. </regex>
  71. <regex>
  72. <name>foto1</name>
  73. <expres>$pyFunction:('[makelist7.param2]').replace('\\','')</expres>
  74. <page></page>
  75. </regex>
  76. <regex>
  77. <name>page</name>
  78. <expres>$pyFunction:('[makelist7.param3]').replace('\\','')</expres>
  79. <page></page>
  80. </regex>
  81. <regex>
  82. <name>makelist</name>
  83. <expres><![CDATA[#$pyFunction
  84. def GetLSProData(page_data,Cookie_Jar,m):
  85. import json, re, requests
  86. header0 = {'Connection':'keep-alive','cache-control':'max-age=0','upgrade-insecure-requests':'1','user-agent':'Mozilla/5.0 (Windows NT 10.0; rv:74.0) Gecko/20100101 Firefox/74.0','accept':'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8','accept-encoding':'gzip, deflate, br','accept-language':'es-ES,es;q=0.9'}
  87. s = requests.Session()
  88. dadd =s.get('https://www.mitele.es$doregex[page]',headers=header0).text
  89. dataMediaId = dadd.split('"dataMediaId":"')[1].split('"')[0]
  90. internal_id = dadd.split('"internal_id":"')[1].split('"')[0]
  91. header1 ={'Sec-Fetch-Mode':'cors','Referer':'https://www.mitele.es$doregex[page]','Origin':'https://www.mitele.es','User-Agent':'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36'}
  92. url = s.get('https://caronte.mediaset.es/delivery/vod/lightflow/'+(dataMediaId)+'/mtweb',headers=header1).text
  93. bbx= url.split('"bbx":"')[1].split('"')[0]
  94. stream =url.split('"stream":"')[1].split('"')[0]
  95. headers2 ={'Sec-Fetch-Mode':'cors','Referer':'https://www.mitele.es$doregex[page]','Origin':'https://www.mitele.es','User-Agent':'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36'}
  96. oid=(('oid','bitban_api'),('eid','/api/greenBox?contentId='+(internal_id)+'&platform=mtweb'))
  97. url2=s.get('https://mab.mediaset.es/1.0.0/get',headers=headers2,params=(oid)).text
  98. gbx=url2.split('"gbx":"')[1].split('"')[0]
  99. header4={'Accept':'application/json, text/plain, */*','Referer':'https://www.mitele.es$doregex[page]','Origin':'https://www.mitele.es','User-Agent':'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36','Sec-Fetch-Mode':'cors','Content-Type':'application/json;charset=UTF-8'}
  100. payload='{"bbx":"'+(bbx)+'","gbx":"'+(gbx)+'"}'
  101. return payload
  102. ]]></expres>
  103. <page></page>
  104. </regex>
  105. <regex>
  106. <name>cerbe</name>
  107. <expres><![CDATA[#$pyFunction
  108. def GetLSProData(page_data,Cookie_Jar,m):
  109. import re, requests, resolveurl, xbmc
  110. header3 ={'Referer':'https://www.mitele.es$doregex[page]','Origin':'https://www.mitele.es','User-Agent':'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36'}
  111. url3=requests.get('https://mab.mediaset.es/config/mtweb/services',headers=header3).text
  112. cerbero= re.findall('url":"(https://cerbero.*?)".*?', url3)[0]
  113. header4={'Accept':'application/json, text/plain, */*','Referer':'https://www.mitele.es$doregex[page]','Origin':'https://www.mitele.es','User-Agent':'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36','Sec-Fetch-Mode':'cors','Content-Type':'application/json;charset=UTF-8'}
  114. url6= cerbero
  115. payload ='$doregex[makelist]'
  116. url4=requests.post(url6,headers=header4,data=payload).text
  117. cdn = re.findall('cdn":"(.*?)".*?', url4)[0]
  118. header1 ={'Sec-Fetch-Mode':'cors','Referer':'https://www.mitele.es$doregex[page]','Origin':'https://www.mitele.es','User-Agent':'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36'}
  119. url = requests.get('https://caronte.mediaset.es/delivery/vod/lightflow/'+'$doregex[mediass]'+'/mtweb',headers=header1).text
  120. stream = re.findall('hls","stream":"(.*?m3u8)', url)[0]
  121. return (stream+'?'+cdn)
  122. ]]></expres>
  123. <page></page>
  124. <agent></agent>
  125. </regex>
  126. <regex>
  127. <name>mediass</name>
  128. <expres><![CDATA[dataMediaId":"(.*?)"]]></expres>
  129. <page>https://www.mitele.es$doregex[page]</page>
  130. </regex>
  131. <thumbnail>https://album.mediaset.es//parrillas/2019/10/04/e3ceb5881a0a1fdaad01296d7554868d1570194115.jpg</thumbnail>
  132. <fanart>https://album.mediaset.es/eimg/2017/11/03/RDrSzFS5nu4Eyyq5gGEES2.jpg</fanart>
  133. </item>
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143. <item>
  144. <title>[B][LOWERCASE][CAPITALIZE][/CAPITALIZE][COLOR white]los documentales de la 2 [COLOR lime]reparada[/LOWERCASE][/B][/COLOR]</title>
  145. <link>$doregex[makelist6]</link>
  146.  
  147.  
  148. <regex>
  149. <name>makelist6</name>
  150. <listrepeat><![CDATA[
  151. <title>[B][LOWERCASE][CAPITALIZE][/CAPITALIZE][COLOR white][makelist6.param2][/LOWERCASE][/B][/COLOR]</title>
  152. <thumbnail>https://images-na.ssl-images-amazon.com/images/I/516rC6urOwL.png</thumbnail>
  153. <fanart>https://images-na.ssl-images-amazon.com/images/I/516rC6urOwL.png</fanart>
  154. <link>$doregex[makelist5]</link>
  155. ]]></listrepeat>
  156. <expres><![CDATA[(?s)class="jsListaCategorias">.*?class="categoria pest1 active".*?class="link" href=".*?catalog/.(.*?)".*?" title="(.*?)".*?]]></expres>
  157. <page><![CDATA[http://www.rtve.es/alacarta/documentales/?emissionFilter=all&pais=ES]]></page>
  158. <cookieJar></cookieJar>
  159. </regex>
  160.  
  161.  
  162. <regex>
  163. <name>makelist5</name>
  164. <listrepeat><![CDATA[
  165. <title>[B][LOWERCASE][CAPITALIZE][/CAPITALIZE][COLOR white][makelist5.param3][/LOWERCASE][/B][/COLOR]</title>
  166. <thumbnail>[makelist5.param2]</thumbnail>
  167. <fanart>[makelist5.param2]</fanart>
  168. <link>$doregex[makelist4]</link>
  169. ]]></listrepeat>
  170. <expres><![CDATA[#$pyFunction
  171. import re,requests
  172. def GetLSProData(page_data,Cookie_Jar,m):
  173. count=12;pn=1;data=[]
  174. while pn <= int(count):
  175. headers = {'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; rv:72.0) Gecko/20100101 Firefox/72.0', 'Accept' : 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language' : 'es-ES,es;q=0.8,en-US;q=0.5,en;q=0.3', 'Upgrade-Insecure-Requests' : '1', 'Pragma' : 'no-cache', 'Cache-Control' : 'no-cache'}
  176. page='http://www.rtve.es/drmn/catalog/?&page='+str(pn)+'[makelist6.param1]';source=requests.get(page, headers=headers).content.decode('ascii','ignore')
  177. data +=re.findall('(?s)class="contentBox">.*?class="linkElemento mai.*?href="(.*?)".*?src="(.*?)".*?class="tit M">(.*?)<.*?',source);pn +=1
  178. return data
  179. ]]></expres>
  180. <page></page>
  181. <cookieJar></cookieJar>
  182. </regex>
  183.  
  184. http://www.rtve.es/alacarta/interno/contenttable.shtml?pbq=2&orderCriteria=DESC&modl=TOC&locale=es&pageSize=15&ctx=47451&typeFilter=39816
  185.  
  186.  
  187. <regex>
  188. <name>titulo2</name>
  189. <expres>$pyFunction:('[makelist4.param1]').replace('\\','')</expres>
  190. <page></page>
  191. </regex>
  192.  
  193.  
  194.  
  195.  
  196. <regex>
  197. <name>makelist4</name>
  198. <listrepeat><![CDATA[
  199. <title>[B][LOWERCASE][CAPITALIZE][/CAPITALIZE][COLOR white]$doregex[titulo5][/LOWERCASE][/B][/COLOR]</title>
  200. <thumbnail>[makelist5.param2]</thumbnail>
  201. <fanart>[makelist5.param2]</fanart>
  202. <link>$doregex[titulo2]</link>
  203. ]]></listrepeat>
  204. <expres><![CDATA[#$pyFunction
  205. def GetLSProData(page_data,Cookie_Jar,m):
  206. import re, requests, resolveurl
  207. return re.findall('role=\'alert\'>.*?rel=\'noreferrer\' href=\'(.*?)\'.*?>(.*?)<',requests.post('https://eljaviero.com/descargarvideosdelatele/index.php',headers={'referent':'https://eljaviero.com/descargarvideosdelatele/', 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; rv:72.0) Gecko/20100101 Firefox/72.0', 'Accept' : 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language' : 'es-ES,es;q=0.8,en-US;q=0.5,en;q=0.3', 'Content-Type' : 'application/x-www-form-urlencoded; charset=UTF-8', 'X-Requested-With' : 'XMLHttpRequest', 'Pragma' : 'no-cache', 'Cache-Control' : 'no-cache'},data={'url_noticia':'[makelist5.param1]','submit_enviar_url':'ok','current_url':'https://eljaviero.com/descargarvideosdelatele/'}).content.decode('ascii','ignore'))
  208. ]]></expres>
  209. <page></page>
  210. </regex>
  211.  
  212.  
  213.  
  214. <regex>
  215. <name>titulo5</name>
  216. <expres>$pyFunction:('[makelist4.param2]').replace('\u00ed','i').replace('\u00e9','e').replace('\u00f3','o').replace('\u00f1','ñ').replace('\u00e1','a').replace('\u00fa','u').replace('\u00da','u')</expres>
  217. <page></page>
  218. </regex>\u00e9
  219.  
  220. <thumbnail>https://images-na.ssl-images-amazon.com/images/I/516rC6urOwL.png</thumbnail>
  221. <fanart>https://images-na.ssl-images-amazon.com/images/I/516rC6urOwL.png</fanart>
  222. </item>
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241. <item>
  242. <title>[B][LOWERCASE][CAPITALIZE][COLOR white]chopo documentales-online [COLOR lime]reparada[/COLOR][/CAPITALIZE][/LOWERCASE][/B]</title>
  243. <link>ignoreme</link>
  244. <thumbnail>https://pbs.twimg.com/profile_images/552788448906452992/h3iSAu-2_400x400.png</thumbnail>
  245. <fanart>https://pbs.twimg.com/profile_images/552788448906452992/h3iSAu-2_400x400.png</fanart>
  246. <externallink>https://pastebin.com/raw/QbwFAzJ2</externallink>
  247. </item>
  248.  
  249. <item>
  250. <title>[B][LOWERCASE][CAPITALIZE][COLOR white]ciberdocumentales [COLOR lime]reparada[/COLOR][/CAPITALIZE][/LOWERCASE][/B]</title>
  251. <link>ignoreme</link>
  252. <thumbnail>http://www.ciberdocumentales.com[makelist2.param2]</thumbnail>
  253. <fanart>http://www.ciberdocumentales.com[makelist2.param2]</fanart>
  254. <externallink>https://pastebin.com/raw/FhWNpDMs</externallink>
  255. </item>
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264. <item>
  265. <title>[B][LOWERCASE][CAPITALIZE][COLOR white]DOCUTUBE [COLOR lime]reparada[/COLOR][/CAPITALIZE][/LOWERCASE][/B]</title>
  266. <link>$doregex[makelist0]</link>
  267. <regex>
  268. <name>makelist0</name>
  269. <listrepeat><![CDATA[
  270. <title>[B][LOWERCASE][CAPITALIZE][COLOR lime][COLOR white][makelist0.param1][/CAPITALIZE][/LOWERCASE][/B][/COLOR]</title>
  271. <thumbnail>[makelist0.param3]</thumbnail>
  272. <fanart>[makelist0.param3]</fanart>
  273. <link>$doregex[makelist]</link>
  274. ]]></listrepeat>
  275. <expres><![CDATA[(?s)<item><title>(.*?)</title>.*?youtube/playlist/(.*?)/</jsonrpc>.*?<thumbnail>(.*?)</thumbnail>.*?<fanart>(.*?)</fanart></item>]]></expres>
  276. <page><![CDATA[https://pastebin.com/raw/gpGw7gb2]]></page>
  277. <agent>Mozilla/5.0 (Windows NT 10.0; rv:72.0) Gecko/20100101 Firefox/72.0</agent>
  278. <cookieJar></cookieJar>
  279. </regex>
  280.  
  281. <regex>
  282. <name>makelist</name>
  283. <listrepeat><![CDATA[
  284. <title>[B][LOWERCASE][CAPITALIZE][COLOR lime][COLOR white][makelist.param1][/CAPITALIZE][/LOWERCASE][/B][/COLOR]</title>
  285. <link>$doregex[id3]</link>
  286. <thumbnail>https://i.ytimg.com/vi/[makelist.param2]/hqdefault.jpg</thumbnail>
  287. ]]></listrepeat>
  288. <expres>title":{"runs":.{"text":"(.*?)".*?"videoId":"(.*?)".*?</expres>
  289. <page><![CDATA[https://www.youtube.com/playlist?list=[makelist0.param2]]]></page>
  290. <cookieJar></cookieJar>
  291. </regex>
  292.  
  293.  
  294. <regex>
  295. <name>id3</name>
  296. <expres><![CDATA[#$pyFunction
  297. def GetLSProData(page_data,Cookie_Jar,m):
  298. import resolveurl
  299. url = 'https://www.youtube.com/watch?v=[makelist.param2]'
  300. try:
  301. u = resolveurl.resolve(url)
  302. except:
  303. u = 'https://www.youtube.com/watch?v=$doregex[makelist1]'
  304. return u
  305. ]]></expres>
  306. <page></page>
  307. </regex>
  308.  
  309. <thumbnail>https://i.pinimg.com/originals/9f/05/6b/9f056bc30ea5fd72998cc58c819889dc.jpg</thumbnail>
  310. <fanart>https://i.pinimg.com/originals/9f/05/6b/9f056bc30ea5fd72998cc58c819889dc.jpg</fanart>
  311. </item>
  312.  
  313. <item>
  314. <title>[B][LOWERCASE][CAPITALIZE][COLOR white]DEPORTUBE [COLOR lime]reparada[/COLOR][/CAPITALIZE][/LOWERCASE][/B]</title>
  315. <link>$doregex[makelist0]</link>
  316. <regex>
  317. <name>makelist0</name>
  318. <listrepeat><![CDATA[
  319. <title>[B][LOWERCASE][CAPITALIZE][COLOR lime][COLOR white][makelist0.param1][/CAPITALIZE][/LOWERCASE][/B][/COLOR]</title>
  320. <thumbnail>[makelist0.param3]</thumbnail>
  321. <fanart>[makelist0.param3]</fanart>
  322. <link>$doregex[makelist1]</link>
  323. ]]></listrepeat>
  324. <expres><![CDATA[(?s)<item><title>(.*?)</title>.*?youtube/user/(.*?)</jsonrpc>.*?<thumbnail>(.*?)</thumbnail>.*?]]></expres>
  325. <page><![CDATA[https://pastebin.com/raw/zARi1UPU]]></page>
  326. <agent>Mozilla/5.0 (Windows NT 10.0; rv:72.0) Gecko/20100101 Firefox/72.0</agent>
  327. <cookieJar></cookieJar>
  328. </regex>
  329. <regex>
  330. <name>makelist1</name>
  331. <listrepeat><![CDATA[
  332. <title>[B][LOWERCASE][CAPITALIZE][COLOR lime][COLOR white][makelist1.param1][/CAPITALIZE][/LOWERCASE][/B][/COLOR]</title>
  333. <thumbnail>http:[makelist1.param4]</thumbnail>
  334. <fanart>http:[makelist1.param4]</fanart>
  335. <link>$doregex[makelist]</link>
  336. ]]></listrepeat>
  337. <expres><![CDATA["title":{"runs":.{"text":"(.*?)",".*?"url":"/watch.v=(.*?)\\.*?list=(.*?)",".*?thumbnails":.{"url":"(.*?)"]]></expres>
  338. <page><![CDATA[https://www.youtube.com/user/[makelist0.param2]playlists]]></page>
  339. <agent>Mozilla/5.0 (Windows NT 10.0; rv:72.0) Gecko/20100101 Firefox/72.0</agent>
  340. <cookieJar></cookieJar>
  341. </regex>
  342.  
  343. <regex>
  344. <name>makelist</name>
  345. <listrepeat><![CDATA[
  346. <title>[B][LOWERCASE][CAPITALIZE][COLOR lime][COLOR white][makelist.param1][/CAPITALIZE][/LOWERCASE][/B][/COLOR]</title>
  347. <link>$doregex[id3]</link>
  348. <thumbnail>https://i.ytimg.com/vi/[makelist.param2]/hqdefault.jpg</thumbnail>
  349. ]]></listrepeat>
  350. <expres>playlistPanelVideoRenderer":{"title":.*?simpleText":"(.*?)".*?"videoId":"(.*?)"</expres>
  351. <page><![CDATA[https://www.youtube.com/watch?v=[makelist1.param2]&list=[makelist1.param3]]]></page>
  352. <cookieJar></cookieJar>
  353. </regex>
  354.  
  355.  
  356. <regex>
  357. <name>id3</name>
  358. <expres><![CDATA[#$pyFunction
  359. def GetLSProData(page_data,Cookie_Jar,m):
  360. import resolveurl
  361. url = 'https://www.youtube.com/watch?v=[makelist.param2]'
  362. try:
  363. u = resolveurl.resolve(url)
  364. except:
  365. u = 'https://www.youtube.com/watch?v=$doregex[makelist1]'
  366. return u
  367. ]]></expres>
  368. <page></page>
  369. </regex>
  370.  
  371.  
  372. <thumbnail>https://pbs.twimg.com/profile_images/829673860123521026/RG2KLFEm_400x400.jpg</thumbnail>
  373. <fanart>https://pbs.twimg.com/profile_images/829673860123521026/RG2KLFEm_400x400.jpg</fanart>
  374. </item>
  375.  
  376.  
  377. <item>
  378. <title>[B][LOWERCASE][CAPITALIZE][COLOR yellow] * * * * * [/COLOR][COLOR blue]menu[/COLOR] [COLOR lawngreen]de [/COLOR][COLOR red]documentales[COLOR yellow] * * * * * [/COLOR][/CAPITALIZE][/LOWERCASE][/B]</title>
  379. <link>ignoreme</link>
  380. </item>
Add Comment
Please, Sign In to add comment