linterna-magica-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linterna-magica-commit] [328] Merging r327 from trunk to the stable bra


From: Ivaylo Valkov
Subject: [linterna-magica-commit] [328] Merging r327 from trunk to the stable branch.
Date: Sun, 04 Nov 2012 12:23:20 +0000

Revision: 328
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=linterna-magica&revision=328
Author:   valkov
Date:     2012-11-04 12:23:20 +0000 (Sun, 04 Nov 2012)
Log Message:
-----------
Merging r327 from trunk to the stable branch.

Revision Links:
--------------
    http://svn.sv.gnu.org/viewvc/?view=rev&root=linterna-magica&revision=327

Modified Paths:
--------------
    branches/0.0.12/src/lm_extract_video_link.js

Property Changed:
----------------
    branches/0.0.12/


Property changes on: branches/0.0.12
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/0.0.9:94
/branches/task-11216:102-156
/trunk:287,292,314,318,323
   + /branches/0.0.9:94
/branches/task-11216:102-156
/trunk:287,292,314,318,323,327

Modified: branches/0.0.12/src/lm_extract_video_link.js
===================================================================
--- branches/0.0.12/src/lm_extract_video_link.js        2012-11-04 12:09:43 UTC 
(rev 327)
+++ branches/0.0.12/src/lm_extract_video_link.js        2012-11-04 12:23:20 UTC 
(rev 328)
@@ -81,6 +81,11 @@
        // significant to be exported in src/lm_site_metacafe.js
        link = link.replace(/\\\//g, "/");
 
+       // Escape spaces.
+       // See bug #37661
+       // https://savannah.nongnu.org/bugs/index.php?37661
+       link = link.replace(/ /g, "%20");
+
        var self = this;
        var val = this.call_site_function_at_position.apply(self,[
            "process_extracted_link",




reply via email to

[Prev in Thread] Current Thread [Next in Thread]