you-get icon indicating copy to clipboard operation
you-get copied to clipboard

ixigua.com : Title Extract Failure

Open fy8207345 opened this issue 4 years ago • 5 comments

Title Extract Failure

fy8207345 avatar Apr 10 '20 06:04 fy8207345

Hello @fy8207345, Thanks for the Pull Request. We :heart: our contributors! Please wait for one of our human maintainers to review your patches. This may take a few days to weeks. Also, please understand that although your Pull Request may or may not be eventually merged, we value all contributions equally.

祝您健康!

soimort-bot avatar Apr 10 '20 06:04 soimort-bot

python 3.8.2 you-get 0.4.1456 test url https://www.ixigua.com/6879740483174662158/

I got a program error , as follows: Error Traceback (most recent call last): File "D:\working\Python\Python382\lib\unittest\case.py", line 60, in testPartExecutor yield File "D:\working\Python\Python382\lib\unittest\case.py", line 676, in run self._callTestMethod(testMethod) File "D:\working\Python\Python382\lib\unittest\case.py", line 633, in callTestMethod method() File "E:\nixin\improve\python\you-get\tests\test_ixigua.py", line 7, in test_ixigua ixigua.download('https://www.ixigua.com/6879740483174662158/', info_only=True) File "E:\nixin\improve\python\you-get\src\you_get\extractors\ixigua.py", line 93, in ixigua_download conf = loads(match1(html, r"window.config = (.+);")) File "D:\working\Python\Python382\lib\json_init.py", line 341, in loads raise TypeError(f'the JSON object must be str, bytes or bytearray, ' TypeError: the JSON object must be str, bytes or bytearray, not NoneType

theThreeKingdom avatar Oct 09 '20 08:10 theThreeKingdom

python 3.8.2 you-get 0.4.1456 test url https://www.ixigua.com/6879740483174662158/

I got a program error , as follows: Error Traceback (most recent call last): File "D:\working\Python\Python382\lib\unittest\case.py", line 60, in testPartExecutor yield File "D:\working\Python\Python382\lib\unittest\case.py", line 676, in run self.callTestMethod(testMethod) File "D:\working\Python\Python382\lib\unittest\case.py", line 633, in callTestMethod method() File "E:\nixin\improve\python\you-get\tests\test_ixigua.py", line 7, in test_ixigua ixigua.download('https://www.ixigua.com/6879740483174662158/', info_only=True) File "E:\nixin\improve\python\you-get\src\you_get\extractors\ixigua.py", line 93, in ixigua_download conf = loads(match1(html, r"window.config = (.+);")) File "D:\working\Python\Python382\lib\json__init.py", line 341, in loads raise TypeError(f'the JSON object must be str, bytes or bytearray, ' TypeError: the JSON object must be str, bytes or bytearray, not NoneType

The website changed the source code, you may extract if yourself. sorry.

fy8207345 avatar Oct 13 '20 02:10 fy8207345

python 3.8.3 you-get 0.4.1488 test url https://www.ixigua.com/6879740483174662158/

I got a program error , as follows: you-get https://www.ixigua.com/6879740483174662158/ --debug

you-get: version 0.4.1488, a tiny downloader that scrapes the web. you-get: Namespace(URL=['https://www.ixigua.com/6879740483174662158/'], auto_rename=False, cookies=None, debug=True, extractor_proxy=None, force=False, format=None, help=False, http_proxy=None, info=False, input_file=None, insecure=False, itag=None, json=False, no_caption=False, no_merge=False, no_proxy=False, output_dir='.', output_filename=None, password=None, player=None, playlist=False, skip_existing_file_size_check=False, socks_proxy=None, stream=None, timeout=600, url=False, version=False) Traceback (most recent call last): File "e:\path\anaconda_x64\lib\runpy.py", line 194, in _run_module_as_main return run_code(code, main_globals, None, File "e:\path\anaconda_x64\lib\runpy.py", line 87, in run_code exec(code, run_globals) File "E:\Path\anaconda_x64\Scripts\you-get.exe_main.py", line 7, in File "e:\path\anaconda_x64\lib\site-packages\you_get_main.py", line 92, in main main(**kwargs) File "e:\path\anaconda_x64\lib\site-packages\you_get\common.py", line 1799, in main script_main(any_download, any_download_playlist, **kwargs) File "e:\path\anaconda_x64\lib\site-packages\you_get\common.py", line 1681, in script_main download_main( File "e:\path\anaconda_x64\lib\site-packages\you_get\common.py", line 1328, in download_main download(url, **kwargs) File "e:\path\anaconda_x64\lib\site-packages\you_get\common.py", line 1790, in any_download m.download(url, **kwargs) File "e:\path\anaconda_x64\lib\site-packages\you_get\extractors\ixigua.py", line 89, in ixigua_download for c in resp.getheader('Set-Cookie').split("httponly,"): AttributeError: 'NoneType' object has no attribute 'split'

ouy160 avatar Nov 23 '20 10:11 ouy160

@fy8207345 @ouy160 @theThreeKingdom Hello there, are you able to download the video from ixigua now? if yes, kindly help me to figure out the problem. Thankyou!.

hoangduyloc avatar Jun 25 '21 06:06 hoangduyloc