py-tgcalls 1.2.0b4__py3-none-any.whl → 1.2.0b5__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: py-tgcalls
3
- Version: 1.2.0b4
3
+ Version: 1.2.0b5
4
4
  Summary: UNKNOWN
5
5
  Home-page: https://github.com/pytgcalls/pytgcalls
6
6
  Author: Laky-64
@@ -22,7 +22,7 @@ Description-Content-Type: text/markdown
22
22
  License-File: LICENSE
23
23
  Requires-Dist: aiohttp (>=3.9.3)
24
24
  Requires-Dist: deprecation
25
- Requires-Dist: ntgcalls (>=1.0.4)
25
+ Requires-Dist: ntgcalls (>=1.0.5)
26
26
  Requires-Dist: psutil
27
27
  Requires-Dist: screeninfo
28
28
 
@@ -1,8 +1,8 @@
1
1
  pytgcalls/__init__.py,sha256=MRF45fC5EHvNRJgMHKZEiytlfOidmShTvi5loWD9GPw,261
2
- pytgcalls/__version__.py,sha256=e0x1w4r-Ts9X2Jy52t0kP_sQy_wvO1djpeHHELferXs,24
2
+ pytgcalls/__version__.py,sha256=H2BPpTRE1F0xtqDEX4qjVfAVGuD8NXCkDJcifrlpu94,24
3
3
  pytgcalls/environment.py,sha256=ctCHACvG6l8SdpPewSBhOvc70kbwpv18maC0TwLvZ08,1924
4
4
  pytgcalls/exceptions.py,sha256=C261IoYwqXTUmuYGY8u2GZzBATOAumTUg_v5KPffjHk,3711
5
- pytgcalls/ffmpeg.py,sha256=boFIaw4Bov7sIkZPlOx7UJ3xE4anmPmjRXPpTxjzCf4,8377
5
+ pytgcalls/ffmpeg.py,sha256=D8zhTZOyOl7LbF2SLeLWNyBLQhiVj-4kcgwrvFvaN_s,8381
6
6
  pytgcalls/pytgcalls.py,sha256=qUc4lxGWVn0JdtmXhCSEtd-LM6k-_ozsIVemzFU3r2U,870
7
7
  pytgcalls/pytgcalls_session.py,sha256=hWcMHEENSfl6AIogyIClinGDYibFS1MQjMfdT6-F8XA,2870
8
8
  pytgcalls/scaffold.py,sha256=aqbrEGosooQemb2BAFRJAQJvXp4r5oE4OSrrBJKDej0,791
@@ -102,8 +102,8 @@ pytgcalls/types/stream/legacy/quality/low_quality_audio.py,sha256=D69u3emO4lSKwV
102
102
  pytgcalls/types/stream/legacy/quality/low_quality_video.py,sha256=WH_oMrdj2RG7WGc2TRpuAHA0fYE57k_dOAqBnd0Xt2g,391
103
103
  pytgcalls/types/stream/legacy/quality/medium_quality_audio.py,sha256=IfIWt7Bv_2BE2RcgOIpyel0ewcoMsa8hm7rZ-p9fRG8,393
104
104
  pytgcalls/types/stream/legacy/quality/medium_quality_video.py,sha256=nrNjCkoHTSOh3cPdKDi66HXTPl9f6rqhIalTwE6Ad_U,394
105
- py_tgcalls-1.2.0b4.dist-info/LICENSE,sha256=46mU2C5kSwOnkqkw9XQAJlhBL2JAf1_uCD8lVcXyMRg,7652
106
- py_tgcalls-1.2.0b4.dist-info/METADATA,sha256=Rkr79cbjSV5vFAlHZLnylCYWhu7BBIdEv4DLXtbQVT8,4856
107
- py_tgcalls-1.2.0b4.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
108
- py_tgcalls-1.2.0b4.dist-info/top_level.txt,sha256=IUDUwn0KkcbUYZbCe9R5AUb2Ob-lmllNUGQqyeXXd8A,10
109
- py_tgcalls-1.2.0b4.dist-info/RECORD,,
105
+ py_tgcalls-1.2.0b5.dist-info/LICENSE,sha256=46mU2C5kSwOnkqkw9XQAJlhBL2JAf1_uCD8lVcXyMRg,7652
106
+ py_tgcalls-1.2.0b5.dist-info/METADATA,sha256=2w5rW-YkuSontB7gvTCVMLDNYo_GAOlFIyomJrNWBqU,4856
107
+ py_tgcalls-1.2.0b5.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
108
+ py_tgcalls-1.2.0b5.dist-info/top_level.txt,sha256=IUDUwn0KkcbUYZbCe9R5AUb2Ob-lmllNUGQqyeXXd8A,10
109
+ py_tgcalls-1.2.0b5.dist-info/RECORD,,
pytgcalls/__version__.py CHANGED
@@ -1 +1 @@
1
- __version__ = '1.2.0b4'
1
+ __version__ = '1.2.0b5'
pytgcalls/ffmpeg.py CHANGED
@@ -171,7 +171,7 @@ def build_command(
171
171
 
172
172
  ffmpeg_command += command['start']
173
173
 
174
- if os.path.exists(path) \
174
+ if not os.path.exists(path) \
175
175
  and not is_livestream\
176
176
  and name == 'ffmpeg':
177
177
  ffmpeg_command += [