Skip to content

adding Radio Thmanyah as Podcast Catcher#568

Open
Yarob50 wants to merge 3 commits intoua-parser:masterfrom
Yarob50:master
Open

adding Radio Thmanyah as Podcast Catcher#568
Yarob50 wants to merge 3 commits intoua-parser:masterfrom
Yarob50:master

Conversation

@Yarob50
Copy link
Copy Markdown

@Yarob50 Yarob50 commented Jan 11, 2024

No description provided.

Comment thread .gitignore
package-lock.json
*.tgz
*.log
.prettierignore
Copy link
Copy Markdown
Member

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

Comment thread regexes.yaml
- regex: 'ArcGIS\.Runtime\.(Qt)\.(\d+)\.(\d+)(?:\.(\d+)|)'
family_replacement: 'ArcGIS Runtime SDK for $1'

#
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

?

Comment thread regexes.yaml
- regex: '(Radio Thmanyah)/(\d+)\.(\d+)\.(\d+)'
family_replacement: 'Radio Thmanyah'
- regex: '(Radio Thmanyah ar)/(\d+)\.(\d+)\.(\d+)'
family_replacement: 'راديو ثمانية'
Copy link
Copy Markdown
Member

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)

Comment thread regexes.yaml

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

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

Comment thread regexes.yaml
- 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
Copy Markdown
Member

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

Comment thread regexes.yaml
- regex: '(Radio Thmanyah ar)/(\d+)\.(\d+)\.(\d+)'
family_replacement: 'راديو ثمانية'
- regex: '(Radio Thmanyah Android)/(\d+)\.(\d+)\.(\d+)'
family_replacement: 'Radio Thmanyah Android'
Copy link
Copy Markdown
Member

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
Copy Markdown
Member

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