View Single Post
Posts: 31 | Thanked: 23 times | Joined on Feb 2011
#126
Originally Posted by marxian View Post
The application does already remove special characters from the title, but I may have missed one. Can you give me some examples?

Here's the regex pattern that I'm using:

Code:
video.title.replace(/[@&~=\/:?#|]/g, "_") + ".mp4"
If anyone knows of any characters that I need to add, let me know.
Here is example of video that I couldn't download. The problem is a quotation mark in a title.


http://www.youtube.com/watch?v=3071VQtKEAE
 

The Following 2 Users Say Thank You to edoiks For This Useful Post: