Skip to content

Releases: oleksis/picta-dl

picta-dl 2022.11.30

30 Nov 04:51
Compare
Choose a tag to compare

Core

  • Different Initialization sourceURL. See docs/manifests/*.mpd
  • Change API compatible with yt-dlp, Python 3.7+

Full Changelog: v2021.5.21.1...v2022.11.29

picta-dl 2021.5.21.1

22 May 03:57
Compare
Choose a tag to compare

Core

[picta] Add support for M3U8 Formats

picta-dl 2021.4.17

17 Apr 03:51
Compare
Choose a tag to compare

Core

  • [utils] Add support for experimental HTTP response status code
    308 Permanent Redirect (#27877, #28768)

Extractors

  • [youtube] Fix stretched ratio calculation
  • [youtube] Improve stretch extraction (#28769)
  • [youtube:tab] Improve grid extraction (#28725)
  • [youtube:tab] Detect series playlist on playlists page (#28723)
  • [youtube] Add more invidious instances (#28706)
  • [youtube] Improve URL to extractor routing (#27572, #28335, #28742)
  • [youtube:tab] Pass innertube context and x-goog-visitor-id header along with
    continuation requests (#28702)

picta-dl 2021.4.7

08 Apr 00:41
Compare
Choose a tag to compare

Core

  • [extractor/common] Use compat_cookies_SimpleCookie for _get_cookies
  • [compat] Introduce compat_cookies_SimpleCookie
  • [extractor/common] Improve JSON-LD author extraction
  • [extractor/common] Fix _get_cookies on python 2 (#20673, #23256, #20326,
    #28640)

Extractors

  • [picta] Update API base URL
  • [youtube] Fix extraction of videos with restricted location (#28685)
  • [youtube] Prefer direct entry metadata over entry metadata from playlist
    (#28619, #28636)
  • [youtube:tab] Add support for hashtags (#28308)

picta-dl 2021.2.10

10 Feb 19:52
Compare
Choose a tag to compare

Extractors

  • [youtube:tab] Improve grid continuation extraction (#28130)
  • [youtube] Add support phone/tablet JS player (#26424)
  • [youtube] Fix release date extraction (#28094)
  • [youtube] Extract abr and vbr (#28100)
  • [youtube] Skip OTF formats (#28070)

picta-dl 2021.1.29.2

30 Jan 02:34
Compare
Choose a tag to compare

Core

  • [main.py] Set environment variable LD_LIBRARY_PATH for GNU/Linux and *BSD.
  • Add picta-dl_x86 binary to release workflow

picta-dl 2021.1.16

16 Jan 10:22
Compare
Choose a tag to compare

Core

  • [YoutubeDL] Protect from infinite recursion due to recursively nested
    playlists (#27833)
  • [YoutubeDL] Ignore failure to create existing directory (#27811)
  • [YoutubeDL] Raise syntax error for format selection expressions with multiple
    • operators (#27803)

Extractors

  • [youtube:search] Extract from all sections (#27604)
  • [youtube:search] fix viewcount and try to extract all video sections (#27604)

picta-dl 2021.1.8

09 Jan 06:10
Compare
Choose a tag to compare

Core

  • [downloader/hls] Disable decryption in tests (#27660)
  • [utils] Add a function to clean podcast URLs

picta-dl 2021.1.4

04 Jan 08:34
Compare
Choose a tag to compare

Extractors

  • [picta] Redefine _parse_mpd_formats

picta-dl 2020.12.31

31 Dec 01:22
Compare
Choose a tag to compare

Core

  • [utils] Accept only supported protocols in url_or_none
  • [YoutubeDL] Allow format filtering using audio language (#16209)