Advertisement
k1m05

Untitled

Apr 23rd, 2014
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. This regex works:
  2.  
  3. <item>
  4. <title></title>
  5. <link>$doregex[url]
  6. <regex>
  7. <name>url</name>
  8. <expres>hq_url":"(.+?)"</expres>
  9. <page>http://www.dailymotion.com/embed/video/x18w5up</page>
  10. <referer>http://www.dailymotion.com/</referer>
  11. </regex>
  12. </link>
  13. <thumbnail></thumbnail>
  14. </item>
  15.  
  16. However it is ouput like this now:
  17.  
  18. http:\/\/www.dailymotion.com\/cdn\/H264-848x480\/video\/x18w5up.mp4?auth=1398471376-2-h5mlipjn-7e9ac8bc1c556bfd490d731db32b761a
  19.  
  20. Im sure u know the \/ has to be replaced with /
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement