kabigon 0.8.15__py3-none-any.whl → 0.9.2__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.
kabigon/twitter.py CHANGED
@@ -26,8 +26,8 @@ def check_x_url(url: str) -> None:
26
26
 
27
27
 
28
28
  class TwitterLoader(Loader):
29
- def __init__(self) -> None:
30
- self.playwright_loader = PlaywrightLoader(wait_until="networkidle", timeout=10_000)
29
+ def __init__(self, timeout: float = 30_000) -> None:
30
+ self.playwright_loader = PlaywrightLoader(wait_until="networkidle", timeout=timeout)
31
31
 
32
32
  def load(self, url: str) -> str:
33
33
  check_x_url(url)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: kabigon
3
- Version: 0.8.15
3
+ Version: 0.9.2
4
4
  Author-email: narumi <toucans-cutouts0f@icloud.com>
5
5
  License-File: LICENSE
6
6
  Requires-Python: >=3.10
@@ -9,13 +9,13 @@ kabigon/playwright.py,sha256=gECaDJhsIrY53lwG7OrH8gUHvIsVe7p5jgBTUy7KPJg,2413
9
9
  kabigon/ptt.py,sha256=Gyp2nJrjptkjbwZJ9VEQHX0DEgKBe5QRQOmGVHUUgNA,896
10
10
  kabigon/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
11
11
  kabigon/reel.py,sha256=qOwWCvcp7xNKg0JDunq_Bsl8yqqMzrnAOI9k5mSqrOU,874
12
- kabigon/twitter.py,sha256=-EcwbvgIEXXsGqDHaVZQ-VKJHbxhmT8FFn8bGTIdXiw,1067
12
+ kabigon/twitter.py,sha256=p-8MEaHOSZwKOgHRc03uJ_5sh8FuG0jcGf7eUTYJ1B8,1093
13
13
  kabigon/utils.py,sha256=eNTLtHLSB2erDac2HH3jWemgfr8Ou_ozwVb8h9BD-4g,922
14
14
  kabigon/youtube.py,sha256=Vh4cBidScUruTgvm4BbTxqaEDxnotMI3uM3FuFlx5J0,1021
15
15
  kabigon/youtube_ytdlp.py,sha256=Y6h55wYF-5PdxLRxsznFtJDypCedD8g-hY9fgCnfvbg,722
16
16
  kabigon/ytdlp.py,sha256=4AjPY0W8IxbEhCNVXpi_KbBQLGrWn5ThrchhffcJIIU,1718
17
- kabigon-0.8.15.dist-info/METADATA,sha256=njxJ96osr4YcFKa3zD2nyQWGd-FVKGquwgSKAFxAqx0,1265
18
- kabigon-0.8.15.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
19
- kabigon-0.8.15.dist-info/entry_points.txt,sha256=O3FYAO9w-NQvlGMJrBvtrnGHSK2QkUnQBTa30YXRbVE,45
20
- kabigon-0.8.15.dist-info/licenses/LICENSE,sha256=H2T3_RTgmcngMeC7p_SXT3GwBLkd2DaNgAZuxulcfiA,1066
21
- kabigon-0.8.15.dist-info/RECORD,,
17
+ kabigon-0.9.2.dist-info/METADATA,sha256=m8k8ZclB6jnGKgI_JvzY7Ygx7BoWDa7YsnU8YT2Wp_U,1264
18
+ kabigon-0.9.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
19
+ kabigon-0.9.2.dist-info/entry_points.txt,sha256=O3FYAO9w-NQvlGMJrBvtrnGHSK2QkUnQBTa30YXRbVE,45
20
+ kabigon-0.9.2.dist-info/licenses/LICENSE,sha256=H2T3_RTgmcngMeC7p_SXT3GwBLkd2DaNgAZuxulcfiA,1066
21
+ kabigon-0.9.2.dist-info/RECORD,,