Skip to content

Commit

Permalink
[*] 当 extract_real_url_from_embedded_url() 无法匹配到url中的base64时不再会忽略, 而是会报错
Browse files Browse the repository at this point in the history
  • Loading branch information
aploium committed Sep 13, 2016
1 parent 9d5bb4c commit f1e819f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions zmirror/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,6 @@ def extract_real_url_from_embedded_url(embedded_url):
return None
m = regex_extract_base64_from_embedded_url.search(embedded_url)
b64 = get_group('b64', m)
if not b64:
return None

# 'https://cdn.domain.com/a.php_zm24_.cT1zb21ldGhpbmc=._zm24_.css'
# real_request_url_no_query ---> 'https://cdn.domain.com/a.php'
Expand Down

0 comments on commit f1e819f

Please sign in to comment.