reyfetch 1.0.41__py3-none-any.whl → 1.0.42__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
reyfetch/rbase.py CHANGED
@@ -105,7 +105,7 @@ class FetchBrowser(FetchBase):
105
105
 
106
106
  # Parameter.
107
107
  params = params or {}
108
- url = join_url(url, params)
108
+ url = join_url(url, **params)
109
109
 
110
110
  # Request.
111
111
  self.driver.get(url)
reyfetch/rweibo.py CHANGED
@@ -67,7 +67,7 @@ def crawl_weibo_hot_search() -> list[dict[Literal['rank', 'time', 'title', 'type
67
67
  'hot': info['num'],
68
68
  'url': join_url(
69
69
  'https://s.weibo.com/weibo',
70
- {'q': '#%s#' % info['word']}
70
+ q=f'#{info['word']}#'
71
71
  )
72
72
  }
73
73
  for info in table
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: reyfetch
3
- Version: 1.0.41
3
+ Version: 1.0.42
4
4
  Summary: Web data fetch method set.
5
5
  Project-URL: homepage, https://github.com/reyxbo/reyfetch/
6
6
  Author-email: Rey <reyxbo@163.com>
@@ -2,13 +2,13 @@ reyfetch/__init__.py,sha256=RA8i9mePfgDrav97DX2JDj3riBx9Im_jWzfbUFz7sc8,475
2
2
  reyfetch/rali.py,sha256=gaeKhAHkVP2pCVKnbH_dx6gEDvTeSOy4QqF0X6kYUMI,33155
3
3
  reyfetch/rall.py,sha256=3HckqK8UoRfxSu2yNCEYjX6MByxVqv0qRmthBzQFgHU,341
4
4
  reyfetch/rbaidu.py,sha256=Z-qYl_KzdNEipVJYfm_wgCZHWHIBaHp2z3hkNp--Xso,13501
5
- reyfetch/rbase.py,sha256=SjWc3ABn2tM-rSrymry9nioBg56DgYs70TJ2jn2jyAg,4815
5
+ reyfetch/rbase.py,sha256=iD4_Ty6qjdZREJazvtAqekHU5HAxKKu35K9H3y5Dkt8,4817
6
6
  reyfetch/rdouban.py,sha256=mc5tNdGwBGNNVlvuWC0OVtGGaJPBGfUcPouQvpuWNy8,19027
7
7
  reyfetch/rgeneral.py,sha256=DuXdyrPGj2lVhzdxzCwbI0WvzMZiB8KLHmflQ4cqHgg,3788
8
8
  reyfetch/rsina.py,sha256=V1uv-iXyB3b6oDyR_pQYOaHUKjrplEZe2Mm9rnYmJUw,6880
9
9
  reyfetch/rtoutiao.py,sha256=KwzmFQcRU5_tM4juhdMvUhpaGL4cuIo2pE5BwuXjOIk,1662
10
- reyfetch/rweibo.py,sha256=pxeupUgRIuBwjcKg_GtyhdmeSXn2PGkF3qgYJ2fI8WU,2513
11
- reyfetch-1.0.41.dist-info/METADATA,sha256=7vyUwwl2zntT8s5BPocjAsQesDkT8nqpCHVInEOmh-g,1610
12
- reyfetch-1.0.41.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
13
- reyfetch-1.0.41.dist-info/licenses/LICENSE,sha256=UYLPqp7BvPiH8yEZduJqmmyEl6hlM3lKrFIefiD4rvk,1059
14
- reyfetch-1.0.41.dist-info/RECORD,,
10
+ reyfetch/rweibo.py,sha256=RiedsF5zGo6QBrjhMdo9NqYPjwbHJ8FJ7zJJ_5ZPrXk,2506
11
+ reyfetch-1.0.42.dist-info/METADATA,sha256=tMxOGTTBSuRt08Vn2bThU0GJ1IOj2gnUn-8_leJIv-s,1610
12
+ reyfetch-1.0.42.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
13
+ reyfetch-1.0.42.dist-info/licenses/LICENSE,sha256=UYLPqp7BvPiH8yEZduJqmmyEl6hlM3lKrFIefiD4rvk,1059
14
+ reyfetch-1.0.42.dist-info/RECORD,,