mirror of
https://github.com/yt-dlp/yt-dlp
synced 2024-12-26 21:59:08 +01:00
fixup! [core] utils: fix get_element_by_*
This commit is contained in:
parent
d9195b5133
commit
ec3a0927c4
1 changed files with 0 additions and 1 deletions
|
@ -1859,7 +1859,6 @@ Line 1
|
|||
GET_ELEMENT_BY_TAG_RES_INNERSPAN_HTML = GET_ELEMENT_BY_TAG_TEST_STRING.strip()[78:119]
|
||||
GET_ELEMENT_BY_TAG_RES_INNERSPAN_TEXT = GET_ELEMENT_BY_TAG_RES_INNERSPAN_HTML[6:-7]
|
||||
|
||||
|
||||
GET_ELEMENT_BY_TAG_TEST_STRING_UPPERCASE = '''
|
||||
<SPAN id="foo">nice</SPAN>
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue