Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding Radio Thmanyah as Podcast Catcher #568

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Yarob50
Copy link

@Yarob50 Yarob50 commented Jan 11, 2024

No description provided.

@@ -3,3 +3,5 @@ node_modules/
package-lock.json
*.tgz
*.log
.prettierignore
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unsure about that one, .vscode. makes sense though

@@ -45,6 +45,7 @@ user_agent_parsers:
- regex: 'ArcGIS\.Runtime\.(Qt)\.(\d+)\.(\d+)(?:\.(\d+)|)'
family_replacement: 'ArcGIS Runtime SDK for $1'

#
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

- regex: '(Radio Thmanyah)/(\d+)\.(\d+)\.(\d+)'
family_replacement: 'Radio Thmanyah'
- regex: '(Radio Thmanyah ar)/(\d+)\.(\d+)\.(\d+)'
family_replacement: 'راديو ثمانية'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For consistency, can the family be written in non-utf8 characters? (i.e. why do we need the arabic distinction)

@@ -68,6 +69,17 @@ user_agent_parsers:
family_replacement: 'AudioBoom'
- regex: ' (Rivo) RHYTHM'

# Radio Thmanyah Podcast Catcher
- regex: '(Radio Thmanyah)/(\d+)\.(\d+)\.(\d+)'
family_replacement: 'Radio Thmanyah'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

line not needed, as you use a capture group with the same value

- regex: '(Radio Thmanyah Android)/(\d+)\.(\d+)\.(\d+)'
family_replacement: 'Radio Thmanyah Android'
- regex: '(Radio Thmanyah iOS)/(\d+)\.(\d+)\.(\d+)'
family_replacement: 'Radio Thmanyah iOS'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

line not needed, as you use a capture group with the same value

- regex: '(Radio Thmanyah ar)/(\d+)\.(\d+)\.(\d+)'
family_replacement: 'راديو ثمانية'
- regex: '(Radio Thmanyah Android)/(\d+)\.(\d+)\.(\d+)'
family_replacement: 'Radio Thmanyah Android'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

line not needed, as you use a capture group with the same value

@lbarthon lbarthon self-requested a review June 6, 2024 04:09
@lbarthon
Copy link
Contributor

lbarthon commented Jun 6, 2024

You'll also need to fix conflicts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants