Advertisement
AdrXbmc

AdrXbmc +18

May 29th, 2015
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <addon id="plugin.video.adrxbmcmais18" name="AdrXbmc +18" version="2.0.1" provider-name="AdrXbmc">
  3. <requires>
  4. <import addon="xbmc.python" version="2.1.0"/>
  5. <import addon="script.module.t0mm0.common"/>
  6. <import addon="script.module.urlresolver" version="2.4.0"/>
  7. <import addon="script.module.simplejson"/>
  8. <import addon="script.module.requests"/>
  9. <import addon="plugin.program.adrxbmc.notifications" version="2.0.0"/>
  10. </requires>
  11. <extension point="xbmc.python.pluginsource" library="resources/lib/main.py">
  12. <provides>video</provides>
  13. </extension>
  14. <extension point="xbmc.addon.metadata">
  15. <language>en</language>
  16. <platform>all</platform>
  17. <summary lang="en">Adult channels</summary>
  18. <summary lang="pt">Canais para adultos</summary>
  19. <description lang="en">Adults only! You may only view the contents of this addon if you are at least 18 years of age, or at least the age of majority in the jurisdiction where you reside or from which you access this content.</description>
  20. <description lang="pt">Adultos apenas! Conteudo visivel apenas a maiores de idade.</description>
  21. <disclaimer lang="en">The owners and submitters to this addon do not host or distribute any of the content displayed nor do they have any affiliation with the content providers.</disclaimer>
  22. <disclaimer lang="pt">Os proprietarios deste addon nao hospedam ou distribuem o conteudo exibido nem tem qualquer afiliacao com os provedores do conteudo.</disclaimer>
  23. <platform>all</platform>
  24. </extension>
  25. </addon>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement