Skip to content

Commit

Permalink
[InstructablesBridge] Add support for HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
logmanoriginal committed Jun 27, 2019
1 parent ebe463d commit 54fb29d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions bridges/InstructablesBridge.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?php
/**
* This class implements a bridge for http://www.instructables.com, supporting
* general feeds and feeds by category. Instructables doesn't support HTTPS as
* of now (23.06.2018), so all connections are insecure!
* general feeds and feeds by category.
*
* Remarks:
* - For some reason it is very important to have the category URI end with a
Expand All @@ -13,7 +12,7 @@
*/
class InstructablesBridge extends BridgeAbstract {
const NAME = 'Instructables Bridge';
const URI = 'http://www.instructables.com';
const URI = 'https://www.instructables.com';
const DESCRIPTION = 'Returns general feeds and feeds by category';
const MAINTAINER = 'logmanoriginal';
const PARAMETERS = array(
Expand Down

0 comments on commit 54fb29d

Please sign in to comment.