mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-21 05:44:02 -07:00
my first PR
This commit is contained in:
parent
c052a16f72
commit
0a0230eea4
1 changed files with 2 additions and 1 deletions
|
@ -1196,7 +1196,8 @@ Don't capture id attribute name here since you can't use it for anything anyway.
|
|||
Correct:
|
||||
|
||||
```python
|
||||
r'(?:id|ID)=(?P<id>\d+)'
|
||||
r'(?i)\b id \s* = \s* ["\']?(?P<id>\d+)\b["\']?'
|
||||
|
||||
```
|
||||
|
||||
Incorrect:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue