![]() |
Quote:
You can also just import the individual files in the ZIP files, which is a little more time consuming, but a lot more specific. Quote:
Quote:
|
Great work I must say :up:
|
for imeem music
Active and contain: yes Regular expression: Code:
http://[\w]*\.imeem\.com/music/([\w]+/[\w_]+)/ Code:
<object width="300" height="80"><param name="movie" value="http://media.imeem.com/m/$p1"></param><param name="wmode" value="transparent"></param><embed src="http://media.imeem.com/m/$p1" type="application/x-shockwave-flash" width="300" height="80" wmode="transparent"></embed></object> Code:
http://media\.imeem\.com/m/([\w/=]+) |
Your regex is perfect, but you'll need to ungroup a couple of items in the regular expression in order for it backreference properly. Otherwise it will take a URL like this:
http://rayj.imeem.com/music/Z_soii_o/ray_j_all_i_feel/ and $p1 will try to put Z_soii_o/ray_j_all_i_feel instead of referencing the embed code where the video ID number is: http://media.imeem.com/m/7tGKCr7sUP/ The first regular expression should look like this so it skips over it properly. Code:
http://[\w]*\.imeem\.com/music/[\w-_]+/[\w-_]+/ EDIT: Looks like a few of the URLs have a dash in the first [\w]+ area. So I added a dash (-) and a underscore (_) just in case. |
Am I right in thinking that clipshare is difficult to extract the data as the key used requires .php to find the related .flv file. While the embed code hits direct to the .flv file.
Is it possible to run a small .php script ahead of the embed code to match the key to the right .flv file and use that result to plug into the embed code. Hope I'm making sense. I have the find code sorted to create the box and player, but obviously this will not hit a file you need the related .flv file to achieve this. If so I can write up a brief find code to pull the correct .flv. i.e. I use $p1 in .php to find the required record from the database and thus pull the required .flv as $p2 |
I'll look into it Stewart. With all the "clip" sites out there, I hadn't realized we didn't already have clipshare.
Until then, I have eight new definitions guys and gals: Adult Swim Imeem (Music) by NoDRaC Imeem (Playlists) Imeem (Video) Jokeroo Koreus Magnify Tu.TV These have also been added to the ZIP and the Master XML. EDIT: One little note I forgot to add about Jokeroo. It auto-plays. No way around that at the moment. |
Truely awesome work. May I ask if this works on 3.6.9? Also, how did you get this Dailymotion video link to work?
http://www.dailymotion.com/video/x49...nk5_shortfilms Look like it's not working on 3.6.9. |
Awesome addition .. I have one question .. how do I solve this :-
Quote:
|
Quote:
Quote:
|
YouTube is not working for me also (I'm running 3.6.9) All I shown is just the URL...
|
All times are GMT. The time now is 02:20 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|