mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-21 13:54:22 -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:
|
Correct:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
r'(?:id|ID)=(?P<id>\d+)'
|
r'(?i)\b id \s* = \s* ["\']?(?P<id>\d+)\b["\']?'
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Incorrect:
|
Incorrect:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue