[PR #78] [MERGED] Fixes to include urllib handler for python2 and python3 appropriately. #96

Closed
opened 2026-03-23 20:34:16 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/tubearchivist/tubearchivist-plex/pull/78
Author: @lamusmaser
Created: 9/13/2024
Status: Merged
Merged: 9/13/2024
Merged by: @lamusmaser

Base: 67-bug-global-name-urllib-is-not-definedHead: test


📝 Commits (8)

  • 9e0b842 Merge pull request #8 from lamusmaser/main
  • cbbedc8 Merge branch 'tubearchivist:test' into test
  • f51781f Update documentation to reflect which directory needs to be added.
  • 69f6be6 Merge pull request #9 from tubearchivist/67-bug-global-name-urllib-is-not-defined
  • 3f90cd1 Attempt to fix URLLIB Request call errors in exception handling.
  • 0546eb8 Change how it checks for Request type.
  • ae8cc2a Change type from type to str to allow comparison.
  • c632f89 Fixed how to check appropriate typing for python2 operators.

📊 Changes

2 files changed (+12 additions, -8 deletions)

View changed files

📝 README.md (+5 -4)
📝 Scanners/Series/TubeArchivist Series Scanner.py (+7 -4)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/tubearchivist/tubearchivist-plex/pull/78 **Author:** [@lamusmaser](https://github.com/lamusmaser) **Created:** 9/13/2024 **Status:** ✅ Merged **Merged:** 9/13/2024 **Merged by:** [@lamusmaser](https://github.com/lamusmaser) **Base:** `67-bug-global-name-urllib-is-not-defined` ← **Head:** `test` --- ### 📝 Commits (8) - [`9e0b842`](https://github.com/tubearchivist/tubearchivist-plex/commit/9e0b84223474deefb6f5f2e28ca4ed6901b36a10) Merge pull request #8 from lamusmaser/main - [`cbbedc8`](https://github.com/tubearchivist/tubearchivist-plex/commit/cbbedc88aff24f9d3d526834e0cecae8ba71535d) Merge branch 'tubearchivist:test' into test - [`f51781f`](https://github.com/tubearchivist/tubearchivist-plex/commit/f51781f62cbc9c666884376a93764b7b76faad65) Update documentation to reflect which directory needs to be added. - [`69f6be6`](https://github.com/tubearchivist/tubearchivist-plex/commit/69f6be66b08d93d7dd45028f5c825eb7cd48ebc7) Merge pull request #9 from tubearchivist/67-bug-global-name-urllib-is-not-defined - [`3f90cd1`](https://github.com/tubearchivist/tubearchivist-plex/commit/3f90cd145451df73d6fab556d1485eeebca13d0f) Attempt to fix URLLIB Request call errors in exception handling. - [`0546eb8`](https://github.com/tubearchivist/tubearchivist-plex/commit/0546eb8637fc17af71b64146f202d9f9d3fba2df) Change how it checks for Request type. - [`ae8cc2a`](https://github.com/tubearchivist/tubearchivist-plex/commit/ae8cc2a1cd2b7230bb66d9acac24c8139c94b845) Change type from `type` to `str` to allow comparison. - [`c632f89`](https://github.com/tubearchivist/tubearchivist-plex/commit/c632f89ea883d01d836e0c720bf6362b7a715bc4) Fixed how to check appropriate typing for python2 operators. ### 📊 Changes **2 files changed** (+12 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+5 -4) 📝 `Scanners/Series/TubeArchivist Series Scanner.py` (+7 -4) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 20:34:16 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
tubearchivist/archived-tubearchivist-plex#96
No description provided.