vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Add-On Releases - AME (Auto Media Embedding) XML Releases (https://vborg.vbsupport.ru/showthread.php?t=157109)

VodkaFish 02-22-2008 06:59 PM

A note about the ESPN xml file:
If you use:
http://sports.espn.go.com/broadband/...ideoId=3258511
The last number of the ID gets chopped off, and you can't see the vid.

Or if you use something like this from their page:
http://sports.espn.go.com/broadband/...58511&n8pe6c=2
It simply doesn't work.

InTeNsE-HuMoR 02-24-2008 05:52 PM

Quote:

Originally Posted by InTeNsE-HuMoR (Post 1436104)
Hello, would it be possible to have Miniclip games (found here) made into an XML release for AME?

Any update on my request yet?

Digital Jedi 02-25-2008 07:02 PM

Quote:

Originally Posted by InTeNsE-HuMoR (Post 1450123)
Any update on my request yet?

I'm going to work on that when I get a chance. I've yet to do a complete XML from scratch though, so it could be awhile. (That is, presuming it works in first place. :()

Digital Jedi 02-28-2008 11:01 PM

Just an FYI. Stage6 officially closed down today. So those videos are probably not going to work anymore.

VodkaFish 03-01-2008 04:08 AM

Quote:

Originally Posted by VodkaFish (Post 1448897)
A note about the ESPN xml file:
If you use:
http://sports.espn.go.com/broadband/...ideoId=3258511
The last number of the ID gets chopped off, and you can't see the vid.

Or if you use something like this from their page:
http://sports.espn.go.com/broadband/...58511&n8pe6c=2
It simply doesn't work.

Just replying to my own post to possible help someone else out.

To make the first link work, just change the ESPN regex code from this:
Code:

[http://]*[a-z]*?[\.]?espn\.go\.com/broadband/video/videopage\?videoId=([0-9]+)[\w\=&]+
to
Code:

[http://]*[a-z]*?[\.]?espn\.go\.com/broadband/video/videopage\?videoId=([0-9]+)[\w\=&]*
Pretty simple.

To make the second link work, and that's one you can possibly copy & paste from the ESPN's site, we need someone a little better with regex. The logic change is this: the current regex code looks for /videopage?videoId=3267822 but it can really be /videopage?anything...&videoId=3267822 order of the variables in the url doesn't matter.

The last thing to possible add (and this might just need another xml file to use), is the url that the video itself gives you:
http://sports.espn.go.com/broadband/...deo?id=3267822
That redirects to the url we're using above (that works).

randomly: I'm still trying to get AME to work with rss feed posts, if anyone has a hint, please PM me, thanks.

speaksell 03-01-2008 09:24 PM

Hi I still cant get dailymotion to work with ame

The problem is

src="http://www.dailymotion.com/swf/45s3m_family-guy-presents-blue-harvest_fun"

needs to be

src="http://www.dailymotion.com/swf/45s3m"

How can I accomplish this with regex
Thanks

sdsvtdriver 03-01-2008 11:29 PM

it seems the break.com one isn't working... for me at least.

SBlueman 03-11-2008 05:04 AM

Having problems with Break and DailyMotion as well on my site....

T.S. 03-11-2008 08:59 AM

Quote:

Originally Posted by T.S. (Post 1423983)
Any update to the CurrentVid XML? It still looks for the .tv url, but they changed their website to .com some time ago. Something else needs to be changed in it also.

It looks like nobody answered since I posted this in January, so I decided to figure out how to fix it on my own.

Working CurrentTV/CurrentVid/Current.com XML attached.

aspen1018 03-20-2008 09:06 PM

Can we get an xml for http://www.collegehumor.com/

thanks


All times are GMT. The time now is 08:47 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.01522 seconds
  • Memory Usage 1,740KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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