View Single Post
  #989  
Old 07-06-2017, 01:23 PM
ZeChico ZeChico is offline
Member
 
Join Date: Apr 2014
Posts: 31
ZeChico is on a distinguished road
Default

Re: www.myfreecams.com: How can I record free sex web-cam chat (rtmp:// .flv)


I have:
Code:
if (m.topic) {
	try {
	  m.topic = decodeURIComponent(m.topic);
	} catch (e) {                                      
	}
}
				
if (m.topic && m.topic.length > 80) {
  m.topic = m.topic.substr(0, 79) + '…';
}
First it decodes, than it cuts it, I see no problems.
Reply With Quote