Skip to content

Commit

Permalink
Dailymotion updates
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardoCiaccio committed Nov 24, 2017
1 parent 7939336 commit 869a142
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"manifest_version" : 2,
"author" : "Leonardo Ciaccio",
"version" : "6.1.7.7",
"version" : "6.1.7.8",
"name" : "Grab Any Media",
"default_locale" : "en",
"description" : "__MSG_des__",
Expand Down
2 changes: 1 addition & 1 deletion Extension/module/dailymotion.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"use strict";

var
api = "http://www.dailymotion.com/player/metadata/video/{%c}"
api = "https://www.dailymotion.com/player/metadata/video/{%c}"

,_noCache = function( link ){

Expand Down

0 comments on commit 869a142

Please sign in to comment.