v-python
v-python
So it would be nice to be able to filter by enclosing tag (video) and type, or by tag (source) and type, or both. Tag and type is probably easier,...
Oh, and I did verify that the links work if extracted (without the "?dummy=1" and pasted into the address bar in another tab.
A bit more information here... I was able to finally figure out a way to download the files of interest, using a custom filter of (.mp3|.mp4|.MP3|.MP4) But I'm still surprised...
So someone uploaded a .MOV file to my MeWe group, and of course the custom filter above missed it. So I tweaked it to include (.mp3|.mp4|.mov|.MP3|.MP4|.MOV) and it still didn't...
@developit 's comment on Jan 28 is key: because order is important to the list, you need to be able to insert/remove elements from specific positions, not just the front...
<div><p id=p1><p id=p2><p id=p3><p id=p4></div> .p2 ~2 p would choose .p4 .p2 ~ p:nth-of-type(2) would not choose anything, because the 2nd child of the parent is .p2, which is not...
Thanks for the response, Amelia. My use case isn't one of the "many" you refer to... There could be dozens of items that match the left side, each of which...
It will be more confusing to realize that one browser supported decompression algorithm is not available, and have to locate a Javascript decompressor for it, and figure out how to...
If a bunch of the adapters are old, not necessarily well tested, and not necessarily for now-popular servers, maybe it would make sense to bend the "bottle is one file"...
So the client side is the only side that can be sure the download was successful, IIUC. And the client side can be tampered with more easily than the server...