This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
khangtran
/
dark_web_forums
Watch
0
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
removed print statement
main
unknown
1 year ago
parent
77e401ba82
commit
9d1448b281
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
MarketPlaces/Quest/parser.py
+ 0
- 2
MarketPlaces/Quest/parser.py
View File
@ -157,6 +157,4 @@ def quest_links_parser(soup):
if
product_link_tag
and
product_link_tag
.
has_attr
(
'
href
'
)
:
href
.
append
(
product_link_tag
[
'
href
'
]
)
print
(
len
(
href
)
)
return
href
Write
Preview
Loading…
Cancel
Save