vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Add-On Releases - DJ's AMEs :: Media Definitions for AME 2.5 :: More Video, Twitter, Pinterest... (https://vborg.vbsupport.ru/showthread.php?t=195884)

footlandia 01-14-2009 03:45 PM

Quote:

The demo is my development area, so not all threads you see are working websites. Only go by what I have listed in the first post as supported websites.
oooook , do you have any idea when Justin.tv will be supported ?

Digital Jedi 01-14-2009 06:28 PM

Quote:

Originally Posted by Been Told (Post 1712230)
Okay, here we go. Appearently Clipfish doesn't allow sharing of music videos (which they themselves upload and/or classify as such) or "special video" (when they show exclusive clips of TV shows that they are partners with). For all other videos, it's ok.

Also with the links, there are variations. It can be: http://www.clipfish.de/video/2810695/family-guy/ or http://www.clipfish.de/video/2810695/

Depending on if you take the URL in the browser's address bar or their "share this" link. The share link is without the title, the browser address bar is with.

I have attached a text file with 10 videos.

Thanks a bunch. That will be helpful.

Quote:

Originally Posted by footlandia (Post 1712237)
oooook , do you have any idea when Justin.tv will be supported ?

It's part of the next batch of updates. But I've not done proper testing recently, and I believe my initial work is in need of an update.

JAnders 01-15-2009 03:37 PM

I'm looking for the definitions for Hulu does anyone have them?

DJ do you have plans to add this site to the list?

SemperFideles 01-15-2009 06:07 PM

Hulu definitions are included in the Master XML.

JAnders 01-15-2009 07:05 PM

I feel really silly now.... thx

JAnders 01-15-2009 08:12 PM

Quote:

Originally Posted by SemperFideles (Post 1713676)
Hulu definitions are included in the Master XML.

actually now that I'm using this turns out there's a bit of a problem

if it has an ' on the url it does not embed here a sampe url that does not work

HTML Code:

http://www.hulu.com/watch/53078/naruto-shippuden-orochimaru?s-hideout-discovered

Digital Jedi 01-15-2009 10:45 PM

Quote:

Originally Posted by JAnders (Post 1713809)
actually now that I'm using this turns out there's a bit of a problem

if it has an ' on the url it does not embed here a sampe url that does not work

HTML Code:

http://www.hulu.com/watch/53078/naruto-shippuden-orochimaru?s-hideout-discovered

Seems this is coming up a lot now. Go into your Hulu definition and add the part in red to your Regular expression. That should fix that problem.

Code:

http://www\.hulu\.com/watch/([\w]*)/[&\w;=+_-']+

JAnders 01-16-2009 01:33 AM

HTML Code:

Warning: preg_replace() [function.preg-replace]: Compilation failed: range out of order in character class at offset 53 in [path]/includes/ame_bbcode.php on line 323
so I added the ' in the regular expression and no posts show in the forum at all everyone trying to post gets the above error message.

I removed the ' and people are able to post now. but still unable to post these type of videos

Digital Jedi 01-16-2009 02:15 AM

I forgot, this is 2.5 and we seem to have a small bug when it comes to single quotes. Probably needs to be escaped. A backslash \ in front of it should to the trick.

Code:

http://www\.hulu\.com/watch/([\w]*)/[&\w;=+_-\']+

JAnders 01-16-2009 02:53 AM

same problem :(


All times are GMT. The time now is 10:59 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02250 seconds
  • Memory Usage 1,745KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (3)bbcode_html_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete