The Following User Says Thank You to uvatbc For This Useful Post: | ||
![]() |
2011-04-06
, 23:29
|
Banned |
Posts: 726 |
Thanked: 497 times |
Joined on Aug 2010
@ Gravesend, UK
|
#122
|
![]() |
2011-04-06
, 23:49
|
Posts: 31 |
Thanked: 23 times |
Joined on Feb 2011
|
#123
|
The Following User Says Thank You to edoiks For This Useful Post: | ||
![]() |
2011-04-06
, 23:51
|
|
Posts: 2,448 |
Thanked: 9,523 times |
Joined on Aug 2010
@ Wigan, UK
|
#124
|
After some testing, app cannot download videos which name contain special character for example ". In terminal it outputs info about no write permission. I think it is due to file system (MyDocs partition is vfat, so names of files cannot contain special characters). It can be fixed by changing special chars to _ .
Does someone also noticed it?
video.title.replace(/[@&~=\/:?#|]/g, "_") + ".mp4"
The Following User Says Thank You to marxian For This Useful Post: | ||
![]() |
2011-04-07
, 00:04
|
Banned |
Posts: 726 |
Thanked: 497 times |
Joined on Aug 2010
@ Gravesend, UK
|
#125
|
![]() |
2011-04-07
, 00:09
|
Posts: 31 |
Thanked: 23 times |
Joined on Feb 2011
|
#126
|
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:
If anyone knows of any characters that I need to add, let me know.Code:video.title.replace(/[@&~=\/:?#|]/g, "_") + ".mp4"
The Following 2 Users Say Thank You to edoiks For This Useful Post: | ||
![]() |
2011-04-07
, 00:21
|
|
Posts: 2,448 |
Thanked: 9,523 times |
Joined on Aug 2010
@ Wigan, UK
|
#127
|
The Following 3 Users Say Thank You to marxian For This Useful Post: | ||
![]() |
2011-04-07
, 00:28
|
Banned |
Posts: 726 |
Thanked: 497 times |
Joined on Aug 2010
@ Gravesend, UK
|
#128
|
![]() |
2011-04-07
, 00:45
|
Posts: 291 |
Thanked: 398 times |
Joined on Jan 2011
@ USA
|
#129
|
![]() |
2011-04-07
, 00:47
|
|
Posts: 2,448 |
Thanked: 9,523 times |
Joined on Aug 2010
@ Wigan, UK
|
#130
|
![]() |
Tags |
cutetube, marxian = god, marxian legend, son of a gun, son of douche, son of fail, son of god, youtube |
|
qgvdial: Google Voice client. All downloads
qgvtp: Phone integration for the n900 that dials out and sends texts using qgvdial.
mosquitto: message broker that implements the MQ Telemetry Transport protocol version 3.
qgvnotify: Google voice and contacts notifier for diablo and maemo.
If you want to thank me, click the Thanks button.
If you'd like to thank my applications, vote to move them to extras.