DatGuy1
DatGuy1
@PredatorCZ the confusion arises since 'XenoLib' is the name of a [library](https://github.com/1Lighty/BetterDiscordPlugins/blob/master/Plugins/1XenoLib.plugin.js) for Discord clients. However, when googling 'XenoLib GitHub,' your repo is the first result.
> @xanthics From the screenshot, it seemed to me that the context action belongs to the `attrs` package. This inspection and quick fix is not implemented in the Requirements plugin,...
@xanthics I had exactly the same issue as in your last screenshot. What's your Python and pip version? I'm on Python 3.10.2, pip 22.0.
Compilation of .vcd files for a hero. .vcd make the hero avatars move when they speak and I think also include the subtitles
I can't find it on the website, but on the NBA app, whenever you enter a play by play from a game, there's a 'video only' button. Checking the APK...
Just adding a note that I may have found it, https://content-api-prod.nba.com/public/1/content/video/?games=0022100455&meta-video_creation_source=wsc-feed (the trailing parameter is important!). Need to make sure the endpoint updates in realtime and not only postgame, will...
Confirmed.
[This may be useful.](https://github.com/swar/nba_api/files/7830475/NBA.com.zip) To find the video feed for example, see api/cms.js 'fetchGameHighlightVideos' in line 436.
There's an endpoint that returns a result such as this: ```json { "playByPlay":{ "gameId":"0022200724", "videoAvailable":1, "actions":[ { "actionNumber":2, "clock":"PT12M00.00S", "period":1, "teamId":0, "teamTricode":"", "personId":0, "playerName":"", "playerNameI":"", "xLegacy":0, "yLegacy":0, "shotDistance":0, "shotResult":"", "isFieldGoal":0,...
[hparams.py](https://pastebin.com/CysNcbF5) [hifigan config.json](https://pastebin.com/4QS6fFQz) [result of torch.save() on mel_batch_outputs_postnet](https://gofile.io/d/VYEwkP)