Skip to content

Commit 218c552

Browse files
authored
Update search.py
1 parent f4936d7 commit 218c552

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/async/search.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ async def main():
1818
playlistsResult = await playlistsSearch.next()
1919
print(playlistsResult)
2020

21-
customSearch = CustomSearch('NoCopyrightSounds', VideoSortOrder.uploadDate, language='en', region='US')
21+
customSearch = CustomSearch('TuKaunKahanSe', VideoSortOrder.uploadDate, language='en', region='US')
2222
customResult = await customSearch.next()
2323
print(customResult)
2424

@@ -38,3 +38,4 @@ async def main():
3838
print(f'{index} - {video["title"]}')
3939

4040
asyncio.run(main())
41+

0 commit comments

Comments
 (0)