Skip to content

Releases: Lovi-0/StreamingCommunity

v1.2.0

14 Jun 15:10
7b37a9e
Compare
Choose a tag to compare
  • Atto terzo...

Improve

  • Reduce RAM usage of threadpool.
  • Remove custom request, headers and m3u8.
  • Migrate to httpx.
  • Add retry v1.
  • Dynamic import.
  • Real internet speed.
  • Add other 2 api.
  • Add upload.
  • Fix openssl check.
  • Add bytes kb mb to bandwidth.
  • Dynamic config.
  • Dynamic upload domain.
  • Separate thread video and audio.
  • Add qbit config.
  • Add separate cookie manager in config.
  • Add api to emulate node js .
  • Add 0 at the end of episode.
  • Add except time vs real time in HLS.
  • Fix join multiple ep animeunity.
  • Add _failed to file with missing ts files.
  • Fix requirement.

v1.1.0

23 May 06:52
Compare
Choose a tag to compare
  • Atto secondo ...

Improve

  • Reduce RAM usage of threadpool.
  • Fix error 503.
  • Fix playlist generation.
  • Add retry on config file.
  • Add small bar for android.
  • Add options for download (audio \ video \ subtitle).
  • Fix merge \ join multiple audio and subtitle.
  • Fix ip for streaming comunity.
  • Add summary system.
  • Add check internet at startup.
  • Add better logging for ffmpeg.
  • Add more except to prevent false conversion.
  • Fix github calculation stars.
  • Remove auto installer ffmpeg
  • Remove api for _win32+
  • Remove ctrl+c on segments download
  • Implement join shortest path
  • Fix different duration download audio and video.

v1.0.0

01 Apr 08:13
Compare
Choose a tag to compare
  • Un giorno ...

Improve

  • Fix latin title.
  • Fix range for series with add of +1.
  • Change library Crypto to pycryptodome.
  • Implement upx for pyinstaller.
  • Add unidecode library.
  • Start clean memory.
  • Fix user agent temp file for Linux and Mac.
  • Fix stuttering: #95.
  • Fix auto install of ffmpeg and add to path.
  • Create dockerization for the script by @FrancescoGrazioso.
  • Reduce CPU usage of threadpool.

v0.9.2

20 Mar 09:15
Compare
Choose a tag to compare

Improve

  • Fixed Issue #80, #79.
  • Add pyinstaller configuration.
  • Change headers library.
  • Change path in all file.
  • Add non stop running.
  • Add pre release of new version with new config.json.
  • Add download percentage.
  • Fix ffmpeg install ubuntu.

v0.9.1

16 Mar 13:00
Compare
Choose a tag to compare

Improve

  • Fixed Issue: #74 .
    -Fixed Issue: #75.
  • Fixed Issue: #76.

v0.9.0

05 Mar 17:30
98054e0
Compare
Choose a tag to compare

Improve

  • Fixed Issue #59.
  • Fixed Issue #64.
  • Added a clear example to README.md on how to use slashes in Windows, including the specific case of a network folder.
  • Removed an unused variable.
  • Implemented forced subtitles.
  • Removed .idea folder and added it to .gitignore.
  • Fixed audio selection (In the config, you can either set download_default_language to True or specify a language with selected_language).
  • Fixed movie/episode name (double .mp4 no longer appears).

v0.8.9

03 Mar 10:10
Compare
Choose a tag to compare

Improve

  • Fix decode key not work.
  • Fix dir name folder to store video data.
  • Fix quote tv.

v0.8.8

01 Mar 15:18
5fd2bcb
Compare
Choose a tag to compare
  • Add auto update domain from telegram api.

v0.8.7

28 Feb 06:33
Compare
Choose a tag to compare
  • Now the domain is inside data.json and not on remote repository.
  • If the domain don't work user will be asked to insert it and will save it.

v0.8.6

27 Feb 18:45
Compare
Choose a tag to compare

Improve

  • Add options to download a range of movies/TV series, both through an interval (e.g., [1-5]) and through a specific selection (e.g., [1,3,5]).
  • Implemented the functionality to download all seasons of a TV series using the asterisk character (*), or by specifying a range of seasons (e.g., [1-2]).
  • For TV series, episodes will now be saved in the directory videos/series-name/.
  • Added logic to prepend a zero before season or episode numbers that are not represented by a double digit.