Skip to content

Commit

Permalink
Merge pull request #50 from Alirezaies/master
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
Alirezaies authored Sep 29, 2024
2 parents 549e9b8 + 762c8f6 commit 4e69818
Show file tree
Hide file tree
Showing 5 changed files with 168 additions and 0 deletions.
44 changes: 44 additions & 0 deletions _posts/2024-9-29-release5.0.0-fa.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
title: پرسپولیس ۵.۰.۰
subtitle: انتشار نسخه جدید
layout: default
tags:
- fa
modal-id: 1
date: 2024-9-29
img: PDM_500.png
thumbnail: PDM_500.png
project-date: مهر ۱۴۰۳
category: Releases
---

بسیار خرسندیم که انتشار نسخه ۵.۰.۰ دانلود منجر پرسپولیس را به اطلاع شما برسانیم.


بزرگترین تغییر این نسخه این است که آریا ۲ را حذف کردیم و کدهای قسمت دانلودر را خودمان نوشته ایم. پرسپولیس دیگر یک رابط گرافیکی برای آریا۲ نیست بلکه یک دانلود منجر مستقل است. قسمت دانلودر پرسپولیس با نام persepolis_lib به شکل یک کتابخانه پایتون مجزا در این مخزن منتشر شده است تا به دیگر پروژه های پایتونی کمک کند.
چرا آریا ۲ را با persepolis_lib جایگزین کردیم؟ اخیرا مشکلاتی با آریا۲ داشتیم

- کاربران درخواست داده بودند بود که تعداد کانکشن های دانلود از ۱۶ تا بیشتر شود ولی آریا ۲ بیشتر از ۱۶ کانکشن همزمان را ساپورت نمی کرد.

- آریا۲ از Socks5 پشتیبانی نمی کند.

- پرسپولیس به وسیله xml rpc با آریا۲ ارتباط برقرار می کرد. گاهی حین ارتباط آریا۲ کرش میکرد و حل مشکل ساده نبود.
پرسپولیس لیب از ۶۴ کانکشن برای دانلود پشتیبانی می‌کند. persepolis_lib از پروکسی های Socks5 و Http پشتیبانی می‌کند. چون persepolis_lib به وسیله python requests نوشته شده دیگر نیازی به xml rpc ندارد. دقت کنید که می‌توانید لینک‌های http و https را با پرسپولیس دانلود کنید.
البته بسیار پروژه آریا۲ را ارج می‌نهیم و اعتقاد داریم که بسیار ارزشمند است.
در این نسخه بعضی از باگهایی که کاربران اطلاع داده بودند را رفع کردیم. همچنین برای این نسخه استایل‌های Dark fusion و لLight fusion بازطراحی شدند. با تشکر از پروژه qt-material

** نکات مهم: **

1. [ لطفا دقت کنید که پیش نیازهای نصب تغییر کردند و کمتر شدند.][1]
[1]: https://github.com/persepolisdm/persepolis/wiki/git-installation-instruction-fa

2. قبل از نصب نسخه جدید حتما دانلودهای نیمه‌تمام خود را به پایان برسانید.

3. به کاربران ویندوز توصیه می‌کنیم که قبل از نصب نسخه جدید، نسخه قدیمی را از نصب خارج کنند.

4. . یک خبر عالی برای کاربران دبین! پایساید ۶ وارد مخازن دبین شده است. اگر کاربر دبین سید هستید، می‌توانید به جای بسته python3-pyqt5 بسته libpyside6-py3-6.6 را نصب کنید.

همکاری مشارکت‌کنندگان محترم را ارج می‌نهیم. از شما سپاس‌گزاریم که با اطلاع دادن باگ‌ها ما را در توسعه برنامه یاری کردید.

با احترام
علیرضا امیرصمیمی
50 changes: 50 additions & 0 deletions _posts/2024-9-29-release5.0.0.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
title: Persepolis 5.0.0
subtitle: New Release!
layout: default
tags:
- en
modal-id: 1
date: 2024-9-29
img: PDM_500.png
thumbnail: PDM_500.png
project-date: September 2024
category: Releases
---

We are happy to announce the release of Persepolis Download Manager 5.0.0.


The biggest change of this version is that we removed Aria2 and wrote the codes of the downloader section ourselves. Persepolis is no longer a graphical interface for Aria2. it is an independent download manager. The Persepolis downloader part (Persepolis_lib) has been released as a separate Python library in this repository to help other Python projects.
Why we replaced Aria2 with Persepolis_lib? Recently we had problems with Aria2:

- Users had requested that the number of download connections be increased from 16, but Aria2 did not support more than 16 connections.

- Aria2 does not support Socks5.

- Persepolis communicated with Aria2 through xml rpc. Sometimes Aria2 crashed during communication and it was not easy to solve the problem.
Persepolis_lib supports 64 connections for downloading. Persepolis_lib supports Sock5 and HTTP proxies. Because Persepolis_lib is written by [Python Requests][1], it no longer needs xml rpc. Pay attention that you can download HTTP and HTTPS links with Persepolis.
[1]:https://github.com/psf/requests


** Of course, we respect the Aria 2 project and believe that it is very valuable. **

In this version, we have fixed some bugs reported by users. Also, dark fusion and light fusion styles were redesigned for this version. Thanks to the [qt-material][2] project.
[2]: https://github.com/UN-GCPDS/qt-material

** Pay attention please: **

1. ** [Please note that the prerequisites for the installation have changed and become less.][3] **
[3]: https://github.com/persepolisdm/persepolis/wiki/git-installation-instruction

2. ** Be sure to finish your half-finished downloads before installing the new version. **

3. ** We recommend Windows users to uninstall the old version before installing the new version. **

4. [Great news for Debin users! PySide 6 has entered the Debin repositories.][4] If you are a Debian sid user, you can install package libpyside6-py3-6.6 instead of package python3-pyqt5.
[4]: https://packages.debian.org/sid/libpyside6-py3-6.6

Thanks to contributors for bug reports!

Regards
AliReza AmirSamimi
34 changes: 34 additions & 0 deletions _posts/2024-9-29-release5.0.1-fa.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
title: پرسپولیس ۵.۰.۱
subtitle: انتشار نسخه جدید
layout: default
tags:
- fa
modal-id: 1
date: 2024-9-29
img: PDM_500.png
thumbnail: PDM_500.png
project-date: مهر ۱۴۰۳
category: Releases
---

** بسیار خرسندیم که انتشار نسخه ۵.۰.۱ دانلود منجر پرسپولیس را به اطلاع شما برسانیم. **

در این نسخه چند باگ مهم حل شده است:

- مشکلات ویدیویاب حل شده است.

- مشکل استفاده از فایل‌های کوکی حل شده است.

- مشکل تنظیم header برای دانلود حل شده است.

- مشکل خراب شدن فایل دانلودی در صورت pause کردن دانلود حل شده است.

شاید! در بعضی توزیع‌ها مشکلات دانلود با استفاده از پروکسی‌های ساکس۵ مربوط به نصب نبودن بسته python3-pysocks باشد. کاملا مطمئن نیستم!
نسخه جدید کتابخانه persepolis_lib هم امروز منتشر شده است.

همکاری مشارکت‌کنندگان محترم را ارج می‌نهیم. از شما سپاس‌گزاریم که با اطلاع دادن باگ‌ها و پول ریکوئست‌ها ما را در توسعه برنامه یاری کردید.
تشکر ویژه از @amirsina-mashayekh

با احترام
علیرضا امیرصمیمی
40 changes: 40 additions & 0 deletions _posts/2024-9-29-release5.0.1.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
title: Persepolis 5.0.1
subtitle: New Release!
layout: default
tags:
- en
modal-id: 1
date: 2024-9-29
img: PDM_500.png
thumbnail: PDM_500.png
project-date: September 2024
category: Releases
---

** We are happy to announce the release of Persepolis Download Manager 5.0.1.**

Several important bugs have been fixed in this version.

- [Video finder][1] problems have been fixed.
[1]: https://github.com/persepolisdm/persepolis/wiki/How-can-I-download-videos-from-youtube

- The problem of using cookies file has been fixed.

- Passing header issue has been fixed.

- wrong utf-8 file names has been fixed.

- If the download is paused by the user, the downloaded file will not be corrupted.

Maybe! In some distributions, download problems using Socks5 proxies are related to not installing the python3-pysocks package. I'm not sure about that!

New version of [persepolis_lib][2] has been released today.
[2]: https://github.com/persepolisdm/persepolis_lib

Thanks to contributors for pull requests and bug reports.
Special thanks to [@amirsina-mashayekh][3] .
[3]: https://github.com/amirsina-mashayekh

Regards
AliReza AmirSamimi
Binary file added img/portfolio/PDM_500.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4e69818

Please sign in to comment.