Tagged Questions
0
votes
1answer
144 views
(Javascript) YouTube video ID from embed code - regex?
I've got a script that goes through the page and returns all selected elements - in this case, <embed...>
For example, when a YouTube video is found in a blog, it returns an iframe. I can take ...
0
votes
1answer
95 views
Regex - Append text to the 'src' field of youtube link
I have the following string -
<iframe width="425" height="349" src="http://www.youtube.com/embed/8tPnX7OPo0Q" frameborder="0" allowfullscreen></iframe>
I need to add the following text ...
0
votes
1answer
78 views
How to modify a regular expression to parse a parameter from a YouTube URL [closed]
I've got this regular expression:
/^.*((youtu.be\/)|(v\/)|(\/u\/\w\/)|(embed\/)|(watch\?))\??v?=?([^#\&\?]*).*/;
It will parse the video id from a YouTube URL such as
...
0
votes
2answers
45 views
Can I get a little help debugging this regex?
Here's the error I get preg_match() [function.preg-match]: Compilation failed: nothing to repeat at offset 77
And here's the business:
$youtubeIdPattern = ...
0
votes
2answers
169 views
change youtube url to embed url in php
I found this code (Swap all youtube urls to embed via preg_replace()) to swap youtube urls (http://www.youtube.com/watch?v=CfDQ92vOfdc, or http://www.youtube.com/v/CfDQ92vOfdc) into youtube embed urls ...
0
votes
2answers
157 views
Regex URL parsing with Youtube and non Youtube links
Hi my problem today is in using Regex to parse urls. I want to first convert any youtube url's into embedded videos and then convert the remaining urls (just regular links) into a href links. I've ...
0
votes
1answer
77 views
PHP change code for youtube video in curly brackets [closed]
I have a Joomla website that has this code to load a plugin and include a video from Youtube.
{youtube width="640" height="420"}kHRf01Gjosk{/youtube}
The thing is that this code was for Joomla 1.5, ...
0
votes
3answers
112 views
Get Youtube Id from youtube embed using Regex [duplicate]
Possible Duplicate:
php regex - find all youtube video ids in string
How can I get the youtube Id from the embed using Regex, even it is in old format or ifarme
example
<iframe ...
0
votes
1answer
175 views
Regex validation for youtube url - field is optional returns as required
I am working on using a validation expression to authenticate valid youtube urls. What I have does the job well except in IE it comes up as required when I need it as optional.
I did some research ...
0
votes
1answer
82 views
Yahoo Pipes Regex Youtube Links
I have a feed that imports youtube video links within my pipe, however naturally youtube links are displayed in various formats...
http://youtube.com/onmdclU47Us
http://youtu.be/onmdclU47Us
...
0
votes
0answers
40 views
Will youtube address with only code usually work?
In setting up a part of a site where users can enter url for youtube video and have it play in modal window -- currently using fancybox -- have found that some urls don't work, even with fancybox ...
0
votes
1answer
66 views
Append YouTube embedded video title
I'm trying to loop over every YouTube video in a page (using the iframe embed method) and append to each the title of the video, using jQuery. My HTML looks something like this:
<div ...
0
votes
3answers
51 views
Fixing a preg_match rule not to match the start of a tag “<”
I have this preg_match rule that transforms plain youtube link into an actual player html code:
preg_match('#(?:http://)?(?:www\.)?(?:youtube\.com/(?:v/|watch\?)|youtu\.be/)([\w-]+)(?:\S+)?#', $text, ...
0
votes
1answer
183 views
preg_match_all() and YouTube REGEX
I have this regex patter to grab YouTube video ID's
preg_match_all( '/(?:youtube\.com\/(?:[^\/]+\/.+\/|(?:v|e(?:mbed)?)\/|.*[?&]v=)|youtu\.be\/)([^"&?\/ ]{11})/i', $string, $res );
However ...
1
vote
1answer
253 views
How to catch YouTube embed code and turn into URL
I need to strip YouTube embed codes down to their URL only.
This is the exact opposite of all but one question on StackOverflow. Most people want to turn the URL into an embed code. This question ...
2
votes
4answers
440 views
Validating Youtube URL using Regex
I'm trying to validate YouTube URLs for my application.
So far I have the following:
// Set the youtube URL
$youtube_url = "www.youtube.com/watch?v=vpfzjcCzdtCk";
if ...
-3
votes
1answer
195 views
Parse a message using php replacing youtube URL for youtube video ID [duplicate]
Possible Duplicate:
parse youtube video id using preg_match
$message = "this is an youtube video http://www.youtube.com/watch?v=w6yF_UV1n1o&feature=fvst i want only the id";
$message = ...
2
votes
1answer
319 views
Regex YouTube IFRAME [duplicate]
Possible Duplicate:
How to parse and process HTML with PHP?
I want to publish an app for android (wordpress blog). The app displays also some YouTube videos.
I need a method to replace ...
0
votes
2answers
914 views
validate youtube URL using jquery javascript
I want users to submit youtube URLs. I want to check "on the fly" if a youtube link is correct and change the text next to the input to OK if the check succeeds.
I managed to make a validation ...
0
votes
0answers
214 views
Regex for youtube
I'm using this regex for turning a youtube link into embedded code:
str.replace(/(?:http:\/\/)?(?:www\.)?(?:youtube\.com|youtu\.be)\/(?:watch\?)?(?:.+)v=(.+)/g, '<iframe width="420" height="345" ...
-1
votes
1answer
141 views
Fix Javascript code to convert all Youtube links inside text to function with Youtube ID [duplicate]
Possible Duplicate:
php regex - find all youtube video ids in string
I'm looking for a function that will allow me to change all Youtube links to Javascript function call with ID.
I will ...
5
votes
3answers
206 views
Regex: Stripping ID of Youtube video from URL
I am currently using regex code to separate YT video ids. The reason I am using regex is that yt video URLs vary in many formats. I have built a regex that will pretty much detect the ID of almost all ...
0
votes
5answers
159 views
Javascript REGEX: need to retrieve the ID as well as start and end time from embed URL
Here is an example of url structure I'll be working with (ignore the age of electric video :) )
http://www.youtube.com/embed/ABCumLrphFA?&start=20&end=50
Basically I want to be able to grab ...
1
vote
1answer
87 views
Remove first 24 characters from beginning of YouTube API title tags
I have a script that pulls YouTube video thumbnails from a playlist, when you hover over them the video title is displayed, I'd like to remove the first 24 characters that display in the title tag ...
2
votes
2answers
181 views
Extract minutes and seconds (ex '02m12s') from YouTube URL param
Best way to extract the minutes and seconds from youtube urls?
http://www.youtube.com/watch?v=TjTbNWhsG28#t=1m40s&foo=1&bar=2
where 1m40s is the string i need and either '#t=' or '&t=' ...
2
votes
1answer
194 views
Youtube Safe Search
I am not sure if this question should go here.
How should i change the youtube preference cookie so that safety mode is always on?
PREF=f1=50000000&fms2=30000&fms1=30000&fv=10.3.183
...
1
vote
4answers
230 views
Strip Youtube Link from URL
I own a website which allows users to download Youtube videos. I need php scripts which detects if a youtube url is present, like:
givemeyoutube.com takes users to my normal website but if they type,
...
-2
votes
1answer
100 views
Regex for [youtube=Link] to Link
In my wordpress database I have this kind of tags.
[youtube=http://youtube.com/watch?v=id]
I have installed a plugin that will search and replace. In search I have given following regex.
...
0
votes
2answers
1k views
Get YouTube ID from URL regex pattern
I've seen a couple different examples on the site but it doesn't get the id out of all the youtube options... as an example the following links don't work with the regex pattern below. any help would ...
2
votes
1answer
447 views
jQuery function which automatically embeds Youtube needs to accept multiple link formats
I've got this jQuery function, which works to embed links from Youtube:
$.fn.youtube = function(options) {
return this.each(function() {
var options = $.extend({width:570, height:416}, ...
0
votes
1answer
194 views
Grab YouTube ID and additional variables for embedding purposes with JavaScript
So I've seen lots of scripts to grab the YouTube ID from a URL with JavaScript, but I can't find or figure out how to grab the ID along with any additional variables. I have a PHP script which can do ...
3
votes
5answers
2k views
RegEx pattern to get the YouTube video ID from any YouTube URL
Let's take these URLs as an example:
http://www.youtube.com/watch?v=8GqqjVXhfMU&feature=youtube_gdata_player
http://www.youtube.com/watch?v=8GqqjVXhfMU
This PHP function will NOT properly ...
4
votes
5answers
2k views
Regex to extract domain and video id from youtube/vimeo url
I am copying a function that will take a youtube/vimeo url and return what site the video came from (vimeo/yt) as well as the video id.
Here's what I have so far: http://jsfiddle.net/csjwf/181/
...
0
votes
1answer
74 views
Grabbing a url variable from a string? [duplicate]
Possible Duplicate:
Javascript REGEX: How to get youtube video id from URL?
In javascript I need to grab a url variable that can be the first variable but doesn't have to. The url is a ...
0
votes
2answers
524 views
Convert PHP RegEx to JavaScript RegEx
I have a PHP regular expression I'm using to get the YouTube video code out of a URL.
I'd love to match this with a client-side regular expression in JavaScript. Can anyone tell me how to convert the ...
0
votes
2answers
61 views
Javascript regex match for certain websites only
I'm not really good with regular expressions, so I'm hoping someone could help come up with something that would fit what I'm trying to do, which is:
I want it to match in the following cases (only ...
1
vote
1answer
679 views
Youtube Video download in php using regex
i am using following code for downloading youtube video.
<?php
header("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1
header("Expires: Sat, 26 Jul 1997 05:00:00 GMT"); // Date in the ...
0
votes
2answers
253 views
eregi to regex conversion while downloading youtube file
I am using this code to download video from you tube (it is a robot.php file used in downloading process)
<?php
header("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1
header("Expires: ...
0
votes
1answer
250 views
Automatically add parameter to embedded youtube video - Regular Expressions help? (PHP, Wordpress)
I am using a plugin that imports the favourites from a youtube channel as posts in wordpress.
It works great and creates posts with the content:
<iframe width="670" height="380" ...
0
votes
0answers
497 views
Extracting YouTube Video Id from the URL - XCode
I am raising this question because earlier result for this question didn't worked for me.
I found that the following Regex can be used to get the video id from the youtube url
RegEx:
...
2
votes
1answer
521 views
YouTube replace url with video ID using JavaScript and jQuery
i have taken the regex from this http://jsfiddle.net/HfqmE/1/
I have the HTML
<span class="yturl">http://www.youtube.com/watch?feature=endscreen&NR=1&v=jSAwWrbdoEQ</span>
<span ...
0
votes
1answer
165 views
javascript regex: replacing non youtube embeds
I'm trying to write a simple regex that will locate object tags and ignore any matches that contain the words "youtube or "youtu.be".
I've tried
<object ...
1
vote
1answer
320 views
Separate YouTube, Downloadable, and simple URL link from same text in PHP
For normal link
$content = preg_replace('@(https?://([-\w\.]+)+(:\d+)?((/[\w/_\.%\-+~]*)?(\?\S+)?)?)@', '<a href="$1" target="_blank">$1</a>', $content);
For Download link
$content = ...
1
vote
1answer
1k views
YouTube url id Regex [duplicate]
Possible Duplicate:
Regex to parse youtube yid
your probably thinking not another one, but here i have a jquery regex which i find it works fine on the majority of urls accpet one example ...
2
votes
4answers
3k views
Regular Expression Youtube URL
I am using this regular expression to validate youtube urls.
^http:\/\/(?:www\.)?youtube.com\/watch\?(?=.*v=\w+)(?:\S+)?$
it works great.
But I have a problem with this.
If user enters ...
2
votes
2answers
820 views
PHP extract youtube video IDs from array of iframe/object embeds?
I have an array of youtube iframes/objects like so:
[0] => <iframe width="600" height="338" src="http://www.youtube.com/embed/szL_PVuzWp0?fs=1&feature=oembed" frameborder="0" ...
0
votes
1answer
1k views
regex to grab parts of get_video_info response from youtube
I am doing the regex in JavaScript and the response from youtube give me this:
...
1
vote
2answers
436 views
Regex to get youtube video ID from full <object>
Had a look round but couldn't find a working (and recent) solution for this.
Using an API I am receiving a string like this:
<object width="600" height="338">
<param name="movie" ...
0
votes
1answer
92 views
Regex - How do I retrieve all youtube embedded block in HTML?
normally, in html, youtube can be presented as
<object width="420" height="315"><param name="movie" ...
4
votes
1answer
1k views
Youtube complete Java Regex
I need to parse several pages to get all of their Youtube IDs.
I found many regular expressions on the web, but : the Java ones are not complete (they either give me garbage in addition to the IDs, ...



