Skip to content
This repository was archived by the owner on Jun 8, 2023. It is now read-only.

Commit 5dbf914

Browse files
committed
remove htmlparser dependency
htmlparser no longer required
1 parent 1b2d3ca commit 5dbf914

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/scripts/reddit.coffee

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# None
33
#
44
# Dependencies:
5-
# "htmlparser": "1.7.6"
65
# "soupselect: "0.2.0"
76
#
87
# Configuration:
@@ -15,7 +14,6 @@
1514
# EnriqueVidal
1615

1716
Select = require( "soupselect" ).select
18-
HTMLParser = require "htmlparser"
1917

2018
lookup_site = "http://www.reddit.com/"
2119

0 commit comments

Comments
 (0)