ShadeDream
BANNED
- Nov 27, 2008
- 2,296
- 5,536
I've made an iMacros macro which scrapes the embed code from video websites into a csv file, but the problem occurs when trying to use this csv file to input the extracted embed code in a WordPress blog.
For example if the macro extracted this embed code into a csv file:
And then I would use the csv file to input the embed code (using imacros) into a WordPress blog or in this case any input box, only this part of the embed code would actually copy:
I've been trying to work my way around this problem by applying the basic rules of comma-separated values (in fact imacros does this for me) but it still doesn't function properly and messes up and instead of inputing the embed code it inputs the next column in the csv file.
Any ideas to solve this problem?
For example if the macro extracted this embed code into a csv file:
Code:
<object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/nJsxIZxGzIM&hl=en_GB&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/nJsxIZxGzIM&hl=en_GB&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object>
And then I would use the csv file to input the embed code (using imacros) into a WordPress blog or in this case any input box, only this part of the embed code would actually copy:
Code:
<object width=
I've been trying to work my way around this problem by applying the basic rules of comma-separated values (in fact imacros does this for me) but it still doesn't function properly and messes up and instead of inputing the embed code it inputs the next column in the csv file.
Any ideas to solve this problem?